]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Attempting to resurrect a dying instance of a new-style class in a
authorTim Peters <tim.peters@gmail.com>
Thu, 11 Jul 2002 07:06:44 +0000 (07:06 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 11 Jul 2002 07:06:44 +0000 (07:06 +0000)
commit8156b9019c051c3772947a94932e035d88b4098f
tree475a078c610f0ddcd3e2833a4fb44f1381d7af72
parentdc14fb7b5303fc7ba6084b37d6cd6f55a321e638
Attempting to resurrect a dying instance of a new-style class in a
__del__ method died with

    Fatal Python error: GC object already in linked list

in both release and debug builds.  Fixed that.  Added a new test that
dies without the fix.
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c