Staging
v0.8.1
https://github.com/python/cpython
Revision 919c066be2f81fe81a207ec6f1367fd309ca6183 authored by Guido van Rossum on 29 March 2002, 14:47:18 UTC, committed by Guido van Rossum on 29 March 2002, 14:47:18 UTC
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!
1 parent a0c13b7
History
Tip revision: 919c066be2f81fe81a207ec6f1367fd309ca6183 authored by Guido van Rossum on 29 March 2002, 14:47:18 UTC
Backport to 2.2.1:
Tip revision: 919c066

ReadMe

back to top