[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.53, 1.1193.2.54

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Sun Jun 19 07:53:17 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11766/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
SF patch #1200018:  Restore GC support to set objects

Reverts 1.26 and 1.27.
And adds cycle testing.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.53
retrieving revision 1.1193.2.54
diff -u -d -r1.1193.2.53 -r1.1193.2.54
--- NEWS	4 Jun 2005 09:20:12 -0000	1.1193.2.53
+++ NEWS	19 Jun 2005 05:53:14 -0000	1.1193.2.54
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Fix garbage collection for set and frozenset objects.  SF patch #1200018.
+
 - It is now safe to call PyGILState_Release() before
   PyEval_InitThreads() (note that if there is reason to believe there
   are multiple threads around you still must call PyEval_InitThreads()



More information about the Python-checkins mailing list