]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF #951851 is fixed.
authorThomas Heller <theller@ctypes.org>
Fri, 2 Jul 2004 08:40:28 +0000 (08:40 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 2 Jul 2004 08:40:28 +0000 (08:40 +0000)
Misc/NEWS

index 43cd1a94e8963081ddcd20aeeca4a7df9baa2892..812f5b7d6dd2d2f9ddf87bd2cb9f9456eebfce59 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.3.5?
 Core and builtins
 -----------------
 
+- Bug #951851: Python crashed when reading import table of certain
+  Windows DLLs
+
 - Bug #966623. classes created with type() in an exec(, {}) don't
   have a __module__, but code in typeobject assumed it would always
   be there.