Files
cpython/Objects
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
..
2001-10-19 13:49:35 +00:00
2001-08-29 23:54:21 +00:00
2002-02-01 15:34:10 +00:00
2002-03-18 20:43:51 +00:00
2002-03-22 15:33:15 +00:00
2002-03-22 15:33:15 +00:00
2002-03-22 15:33:15 +00:00
2002-03-22 15:33:15 +00:00
2002-03-25 11:16:18 +00:00