Searched defs:_PyObject_GC_UNTRACK (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | objimpl.h | 301 #define _PyObject_GC_UNTRACK(o) do { \ macro |
/external/python/cpython3/Include/ | ||
D | objimpl.h | 310 #define _PyObject_GC_UNTRACK(o) do { \ macro |