Home
last modified time | relevance | path

Searched defs:Py_TPFLAGS_HAVE_WEAKREFS (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h161 # define Py_TPFLAGS_HAVE_WEAKREFS 0 macro
/external/python/cpython2/Include/
Dobject.h585 #define Py_TPFLAGS_HAVE_WEAKREFS (1L<<6) macro