From: Guido van Rossum Date: Fri, 29 Mar 2002 01:07:24 +0000 (+0000) Subject: News for SF #535905. X-Git-Tag: v2.3c1~6274 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95b62a6dd4b3a13a223c02a691b56c92f50c829d;p=thirdparty%2FPython%2Fcpython.git News for SF #535905. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5337c1388090..8ad196dff2ad 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