mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
3f3b66823f
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).