From cf613964e6dcda4e2207a23cacafbe92faa20ea5 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 2 Jul 2004 08:40:28 +0000 Subject: [PATCH] SF #951851 is fixed. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.47.3