Files
cpython/Modules
Guido van Rossum ff413af605 This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction).
The fix makes it possible to call PyObject_GC_UnTrack() more than once
on the same object, and then move the PyObject_GC_UnTrack() call to
*before* the trashcan code is invoked.

BUGFIX CANDIDATE!
2002-03-28 20:34:59 +00:00
..
2002-02-13 07:47:16 +00:00
2002-01-30 15:39:28 +00:00
2001-12-09 16:13:15 +00:00
2000-06-30 16:09:01 +00:00
2002-03-04 09:38:52 +00:00
2000-07-01 00:16:13 +00:00
2001-08-30 00:12:32 +00:00
2002-03-08 17:17:33 +00:00
2001-12-04 01:11:32 +00:00
2002-03-01 21:31:27 +00:00
2002-02-14 07:16:30 +00:00