commit | ba2ec0545a1f67821e887806b211fda1828cbe53 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Jan 23 22:46:12 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Jan 23 22:46:12 2007 +0000 |
tree | ea28303657027ee4c9b3bd650326a925cbd8bc8d | |
parent | 75ba075110bbb3dcac6e975540bf8eda65774ec1 [diff] [blame] |
Clarify bug #1377858 entry.
diff --git a/Misc/NEWS b/Misc/NEWS index fccc50d..8cff951 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,7 +13,8 @@ ----------------- - 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.