From a0c13b7ac7846451dd6e1735307b79658cff7d05 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 29 Mar 2002 01:05:09 +0000 Subject: [PATCH] News for SF #535905. --- Misc/NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ============================= -- 2.47.3