Files
cpython/Python
Guido van Rossum 919c066be2 Backport to 2.2.1:
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-29 14:47:18 +00:00
..
2000-05-02 18:34:30 +00:00
2002-03-11 10:15:00 +00:00
2002-03-28 20:18:48 +00:00
2002-01-23 15:53:08 +00:00
2002-01-28 15:13:21 +00:00
2002-02-27 13:31:58 +00:00
2001-11-09 22:02:48 +00:00
2002-03-25 12:33:56 +00:00
2001-11-28 22:07:30 +00:00
2002-03-05 13:56:23 +00:00
2002-03-29 14:47:18 +00:00