From: Tim Peters Date: Fri, 1 Oct 2004 02:13:16 +0000 (+0000) Subject: Noted the fix to deque gc. X-Git-Tag: v2.4b1~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf8997f6f8be3d5feae2bd66de12b975d63d9bf5;p=python Noted the fix to deque gc. --- diff --git a/Misc/NEWS b/Misc/NEWS index 39f7d19da1..448ef29889 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -27,7 +27,9 @@ Core and builtins Extension modules ----------------- -... +- ``collections.deque`` objects didn't play quite right with garbage + collection, which could lead to a segfault in a release build, or + an assert failure in a debug build. Library -------