• Guido van Rossum's avatar
    Backport to 2.2.1: · 9ff1cf05
    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!
    9ff1cf05
dictobject.c 49.8 KB