projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75ba075
)
Clarify bug #1377858 entry.
author
Brett Cannon
<bcannon@gmail.com>
Tue, 23 Jan 2007 22:46:12 +0000
(22:46 +0000)
committer
Brett Cannon
<bcannon@gmail.com>
Tue, 23 Jan 2007 22:46:12 +0000
(22:46 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index fccc50df5f5b50343d28299430e5921c3f1c5b7b..8cff95199e0af84e29fa32b9f3164df6a5c5e9f6 100644
(file)
--- 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.