From: Brett Cannon Date: Tue, 23 Jan 2007 22:46:12 +0000 (+0000) Subject: Clarify bug #1377858 entry. X-Git-Tag: v2.5.1c1~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba2ec0545a1f67821e887806b211fda1828cbe53;p=thirdparty%2FPython%2Fcpython.git Clarify bug #1377858 entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index fccc50df5f5b..8cff95199e0a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,7 +13,8 @@ Core and builtins ----------------- - Bug #1377858: Fix the segfaulting of the interpreter when an object created - a weakref on itself during a __del__ call. + a weakref on itself during a __del__ call for new-style classes (classic + classes still have the bug). - Bug #1579370: Make PyTraceBack_Here use the current thread, not the frame's thread state.