From: Thomas Heller Date: Fri, 2 Jul 2004 08:56:20 +0000 (+0000) Subject: SF #951851 fixed. X-Git-Tag: v2.4a1~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04c673b6e27c7cfdb1cf92ce4df1f44e2c48261d;p=python SF #951851 fixed. --- diff --git a/Misc/NEWS b/Misc/NEWS index d01f20bb6b..42c4e6737f 100644 --- 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