]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport to 2.2.1:
authorGuido van Rossum <guido@python.org>
Thu, 28 Mar 2002 20:36:50 +0000 (20:36 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 28 Mar 2002 20:36:50 +0000 (20:36 +0000)
commit9ff1cf05fbcee1b98a4fc53ed12dc9b134a26f2f
tree3e1a310f5006d53c531c088167852f5272a081a0
parentfe34d0facd54a6f471d73f3cba114dedc4f04969
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!
Modules/gcmodule.c
Objects/dictobject.c
Objects/frameobject.c
Objects/listobject.c
Objects/tupleobject.c