summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-03-29 01:07:24 (GMT)
committerGuido van Rossum <guido@python.org>2002-03-29 01:07:24 (GMT)
commit95b62a6dd4b3a13a223c02a691b56c92f50c829d (patch)
tree78fa3a696d20bc93abf82755a28c957342278843 /Misc/NEWS
parentb1af6376e920e37a2e5abed422855d391c445bae (diff)
downloadcpython-95b62a6dd4b3a13a223c02a691b56c92f50c829d.zip
cpython-95b62a6dd4b3a13a223c02a691b56c92f50c829d.tar.gz
cpython-95b62a6dd4b3a13a223c02a691b56c92f50c829d.tar.bz2
News for SF #535905.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5337c13..8ad196d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -6,6 +6,12 @@ Type/class unification and new-style classes
Core and builtins
+- Fixed two bugs reported as SF #535905: under certain conditions,
+ deallocating a deeply nested structure could cause a segfault in the
+ garbage collector, due to interaction with the "trashcan" code;
+ access to the current frame during destruction of a local variable
+ could access a pointer to freed memory.
+
- The optional object allocator has been enabled by default.
- If you try to pickle an instance of a class that has __slots__ but