]> granicus.if.org Git - python/commit
Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 to
authorThomas Heller <theller@ctypes.org>
Wed, 12 Jul 2006 08:43:47 +0000 (08:43 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 12 Jul 2006 08:43:47 +0000 (08:43 +0000)
commit47d7a069d19fd117d5fc042748536e6cea80bc70
tree708d8345cb216bdc7f532efd0497866ec4896706
parenta1f10901097e1a3788314a6aee49edf3690dd0b4
Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 to
load shared libraries.
Lib/ctypes/__init__.py
Misc/NEWS