]> granicus.if.org Git - python/commit
Added a test that provokes the hypothesized (in my last checkin comment)
authorTim Peters <tim.peters@gmail.com>
Thu, 11 Jul 2002 06:56:07 +0000 (06:56 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 11 Jul 2002 06:56:07 +0000 (06:56 +0000)
commit2484aaea15a8fd0bbd5397c58699b2fa773a6aa2
treeefc6951b855e9a293612da6697b6883af989dcbc
parent3459251d5a2b9589e03e818effc357e5e60ee4a9
Added a test that provokes the hypothesized (in my last checkin comment)
debug-build failure when an instance of a new-style class is resurrected
by a __del__ method -- we simply never had any code that tried this.

This is already fixed in 2.3 CVS.  In 2.2.1, it blows up via

    Fatal Python error: GC object already in linked list

I'll fix it in 2.2.1 CVS next.
Lib/test/test_descr.py