commit | 47d7a069d19fd117d5fc042748536e6cea80bc70 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Wed Jul 12 08:43:47 2006 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Wed Jul 12 08:43:47 2006 +0000 |
tree | 708d8345cb216bdc7f532efd0497866ec4896706 | |
parent | a1f10901097e1a3788314a6aee49edf3690dd0b4 [diff] [blame] |
Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 to load shared libraries.
diff --git a/Misc/NEWS b/Misc/NEWS index 114664f..a9ef3ee 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Extension Modules ----------------- +- Bug #1467450: On Mac OS X 10.3, RTLD_GLOBAL is now used as the + default mode for loading shared libraries in ctypes. What's New in Python 2.5 beta 2? ================================