]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport to 2.2.1:
authorGuido van Rossum <guido@python.org>
Fri, 29 Mar 2002 14:47:18 +0000 (14:47 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 29 Mar 2002 14:47:18 +0000 (14:47 +0000)
commit919c066be2f81fe81a207ec6f1367fd309ca6183
tree713edbcf629442641d19c9cd658dcefca7fe9477
parenta0c13b7ac7846451dd6e1735307b79658cff7d05
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!
Python/traceback.c