]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix for SF #639945, 64-bit bug on AIX when loading dynamic modules
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 10 Jan 2003 23:34:01 +0000 (23:34 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 10 Jan 2003 23:34:01 +0000 (23:34 +0000)
Misc/NEWS

index 9cd93ae688d6dade257e8f7dd99a812e4089b979..26fc49fc03fe7b1b3a642f4075b547054064972e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,6 +54,8 @@ Release date: XX-XXX-2003
 - SF #665913: fix crash on Solaris when closing an mmap'ed file which
   was already closed.
 
+- SF #639945: fix crash on 64-bit AIX when loading dynamic modules.
+
 What's New in Python 2.2.2 (final) ?
 Release date: 14-Oct-2002
 ====================================