summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2007-01-23 22:46:12 (GMT)
committerBrett Cannon <bcannon@gmail.com>2007-01-23 22:46:12 (GMT)
commitba2ec0545a1f67821e887806b211fda1828cbe53 (patch)
treeea28303657027ee4c9b3bd650326a925cbd8bc8d
parent75ba075110bbb3dcac6e975540bf8eda65774ec1 (diff)
downloadcpython-ba2ec0545a1f67821e887806b211fda1828cbe53.zip
cpython-ba2ec0545a1f67821e887806b211fda1828cbe53.tar.gz
cpython-ba2ec0545a1f67821e887806b211fda1828cbe53.tar.bz2
Clarify bug #1377858 entry.
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fccc50d..8cff951 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.