• Guido van Rossum's avatar
    Backport to 2.2.1: · 919c066b
    Guido van Rossum yazdı
    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!
    919c066b
traceback.c 6.46 KB