Searched refs:_TPFLAGS_HAVE_GC (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/support/ | ||
H A D | __init__.py | 780 _TPFLAGS_HAVE_GC = 1<<14 variable 791 ((type(o) != type) and (type(o).__flags__ & _TPFLAGS_HAVE_GC))): |
Completed in 3 milliseconds