Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_weakref.py804 self.check_gc_during_creation(weakref.ref)
807 self.check_gc_during_creation(weakref.proxy)
809 def check_gc_during_creation(self, makeref): member in ReferencesTestCase