Lines Matching refs:instance
38 # An instance of C1055820 has a self-loop, so becomes cyclic trash when
46 # Create an instance I. Then gc hasn't happened again so long as
160 # Tricky: self.__init__ is a bound method, it references the instance.
689 # the callback materialized a strong reference to an instance, but gc
690 # cleared the instance's dict anyway.
695 # If the callback resurrected one of these guys, the instance
935 # Deleting the instance and triggering a collection
978 instance = Lazarus.resurrected_instances.pop()
979 self.assertTrue(hasattr(instance, "cargo"))
980 self.assertEqual(id(instance.cargo), cargo_id)
1015 self.assertEqual(t, N) # instance objects
1361 # If the callback resurrected c2, the instance would be damaged,
1428 # If __del__ resurrected c2, the instance would be damaged, with an
1436 # an AST instance also destroy its AST type: subtype_dealloc() must
1437 # not access the type memory after deallocating the instance, since