From: Thomas Heller Date: Fri, 2 Jul 2004 08:40:28 +0000 (+0000) Subject: SF #951851 is fixed. X-Git-Tag: v2.3.5c1~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf613964e6dcda4e2207a23cacafbe92faa20ea5;p=thirdparty%2FPython%2Fcpython.git SF #951851 is fixed. --- diff --git a/Misc/NEWS b/Misc/NEWS index 43cd1a94e896..812f5b7d6dd2 100644 --- 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.