commit | d6f638188f842bc459eabcaaca12fa654719c6cd | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Fri Oct 12 06:53:32 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Fri Oct 12 06:53:32 2007 +0000 |
tree | f6d9fae0f25f9c484383e21444dac609dbf010ef | |
parent | 163048ed12c9fdc5738cc7b3f903ecd0749b1d61 [diff] [blame] |
Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. See also https://bugs.launchpad.net/bugs/72505.
diff --git a/Misc/NEWS b/Misc/NEWS index 640ba31..76f25d4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Library ------- +- ctypes will now work correctly on 32-bit systems when Python is + configured with --with-system-ffi. + - Bug #1777530: ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris.