Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_object.h109 static inline void _PyObject_GC_UNTRACK( in _PyObject_GC_UNTRACK() function
135 # define _PyObject_GC_UNTRACK(op) \ macro
140 # define _PyObject_GC_UNTRACK(op) \ macro
/external/python/cpython2/Include/
Dobjimpl.h301 #define _PyObject_GC_UNTRACK(o) do { \ macro