From: Guido van Rossum Date: Fri, 29 Mar 2002 01:05:09 +0000 (+0000) Subject: News for SF #535905. X-Git-Tag: v2.2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0c13b7ac7846451dd6e1735307b79658cff7d05;p=thirdparty%2FPython%2Fcpython.git News for SF #535905. --- diff --git a/Misc/NEWS b/Misc/NEWS index 1c66603b8fe9..11f5a3fba080 100644 --- 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 =============================