mirror of
https://github.com/python/cpython.git
synced 2026-08-24 08:22:56 +08:00
the case of __del__ resurrecting an object. This makes the apparent reference leaks in test_descr go away (which I expected) and also kills off those in test_gc (which is more surprising but less so once you actually think about it a bit).