Searched refs:Uncollectable (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_gc.py54 class Uncollectable(object): class in inherits:object
63 self.partner = Uncollectable(partner=self)
765 if isinstance(obj, Uncollectable):
787 # Clean Uncollectable from garbage
788 uc = [e for e in gc.garbage if isinstance(e, Uncollectable)]
790 if not isinstance(e, Uncollectable)]
833 Uncollectable()
834 Uncollectable()
847 self.assertIsInstance(e, Uncollectable)
849 # Now, let our callback handle the Uncollectable instance
[all...]

Completed in 156 milliseconds