Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_gc.py59 class Uncollectable(object): class
68 self.partner = Uncollectable(partner=self)
1064 if isinstance(obj, Uncollectable):
1087 uc = [e for e in gc.garbage if isinstance(e, Uncollectable)]
1089 if not isinstance(e, Uncollectable)]
1132 Uncollectable()
1133 Uncollectable()
1146 self.assertIsInstance(e, Uncollectable)