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

index 1c66603b8fe94ad58ce5eb96b3d666696dea71f5..11f5a3fba080d7082083378f2baadef93f7469b7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,3 +1,16 @@
+What's New in Python 2.2.1 final?
+Release date: XX-Apr-2002
+=================================
+
+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.2.1c2?
 Release date: 26-Mar-2002
 =============================