Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_gc.py852 resurrected_instances = [] variable in GCTests.test_resurrection_only_happens_once_per_object.Lazarus
856 Lazarus.resurrected_instances.append(self)
870 self.assertEqual(len(Lazarus.resurrected_instances), 1)
874 Lazarus.resurrected_instances.clear()
887 resurrected_instances = [] variable in GCTests.test_resurrection_is_transitive.Lazarus
890 Lazarus.resurrected_instances.append(self)
907 self.assertEqual(len(Lazarus.resurrected_instances), 1)
908 instance = Lazarus.resurrected_instances.pop()