]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
News for SF #535905.
authorGuido van Rossum <guido@python.org>
Fri, 29 Mar 2002 01:06:35 +0000 (01:06 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 29 Mar 2002 01:06:35 +0000 (01:06 +0000)
Misc/NEWS

index bc8a258d97003d0c1822099bdcb240c39e5426f3..7e08aca0a0766e1bea182753feee5754e0f3aae9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,3 +1,16 @@
+What's New in Python 2.1.3?
+Release date: XX-XXX-XXXX
+===========================
+
+Core
+
+- 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.
+
+
 What's New in Python 2.1.2 (final)?
 ===================================