Searched refs:_HEAPTYPE (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dcopy_reg.py55 _HEAPTYPE = 1<<9 variable
62 if hasattr(base, '__flags__') and not base.__flags__ & _HEAPTYPE:
/external/python/cpython3/Lib/
H A Dcopyreg.py50 _HEAPTYPE = 1<<9 variable
57 if hasattr(base, '__flags__') and not base.__flags__ & _HEAPTYPE:

Completed in 152 milliseconds