mirror of
https://github.com/python/cpython.git
synced 2026-05-27 06:42:27 -04:00
ff413af605
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!