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