]> granicus.if.org Git - python/commitdiff
SF #951851 fixed.
authorThomas Heller <theller@ctypes.org>
Fri, 2 Jul 2004 08:56:20 +0000 (08:56 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 2 Jul 2004 08:56:20 +0000 (08:56 +0000)
Misc/NEWS

index d01f20bb6b29fbbc94f4e3617bef53f0ba924a0b..42c4e6737f4a6a62d888aac3580e1d38aca7be4f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.4 alpha 1?
 Core and builtins
 -----------------
 
+- Bug #951851: Python crashed when reading import table of certain
+  Windows DLLs.
+
 - Bug #215126.  The locals argument to eval() now accepts any mapping type.
 
 - marshal now shares interned strings. This change introduces