[Python-checkins] python/dist/src/Misc NEWS,1.1146,1.1147
tim_one at users.sourceforge.net
tim_one at users.sourceforge.net
Fri Oct 1 04:13:20 CEST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21372/Misc
Modified Files:
NEWS
Log Message:
Noted the fix to deque gc.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1146
retrieving revision 1.1147
diff -u -d -r1.1146 -r1.1147
--- NEWS 28 Sep 2004 04:08:11 -0000 1.1146
+++ NEWS 1 Oct 2004 02:13:16 -0000 1.1147
@@ -27,7 +27,9 @@
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
-------
More information about the Python-checkins
mailing list