From: Guido van Rossum Date: Thu, 24 Jan 2008 18:21:02 +0000 (+0000) Subject: News about recently fixed crashers: X-Git-Tag: v2.6a1~429 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eead05fdd629063adafe3edda9f1a9ca249f3173;p=thirdparty%2FPython%2Fcpython.git News about recently fixed crashers: - A few crashers fixed: weakref_in_del.py (issue #1377858); loosing_dict_ref.py (issue #1303614, test67.py); borrowed_ref_[34].py (not in tracker). --- diff --git a/Misc/NEWS b/Misc/NEWS index 2ea75e636639..9b625fd76b9e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,10 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- A few crashers fixed: weakref_in_del.py (issue #1377858); + loosing_dict_ref.py (issue #1303614, test67.py); + borrowed_ref_[34].py (not in tracker). + - Issue #1069410: The "can't load dll" message box on Windows is suppressed while an extension is loaded by calling SetErrorMode in dynload_win.c. The error is still reported properly.