cpython/Modules/_ctypes
Miss Islington (bot) 41c87c4176
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251)
Previously, when built on older macOS systems, `find_library` was not able to find macOS system libraries when running on Big Sur due to changes in how system libraries are stored.
(cherry picked from commit 71853a7302)

Co-authored-by: Tobias Bergkvist <tobias@bergkv.ist>
2021-08-30 02:09:34 -07:00
..
darwin Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
libffi_osx Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
_ctypes.c bpo-38823: Fix compiler warning in _ctypes on Windows (GH-23258) 2020-11-13 14:44:11 +01:00
_ctypes_test.c bpo-1635741: Port _ctypes_test extension to multiphase initialization (PEP 489) (GH-19012) 2020-03-17 02:15:23 +01:00
_ctypes_test.h
callbacks.c bpo-43335: Update macro to check gcc version (GH-24662) 2021-02-28 09:16:24 +09:00
callproc.c bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) 2021-08-30 02:09:34 -07:00
cfield.c bpo-29753: revert 0d7ad9f (GH-19850) (GH-27085) 2021-07-11 10:47:06 -07:00
ctypes.h bpo-38823: Always build _ctypes with wchar_t (GH-23248) 2020-11-12 15:38:13 +01:00
ctypes_dlfcn.h Remove outdated PEP 291 compatibility requirement comment 2016-05-14 05:55:38 +00:00
malloc_closure.c bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868) 2020-12-22 03:12:07 -08:00
stgdict.c bpo-38823: Always build _ctypes with wchar_t (GH-23248) 2020-11-12 15:38:13 +01:00