Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_gc.h135 static inline void _PyObject_GC_SET_SHARED_INLINE(PyObject *op) { in _PyObject_GC_SET_SHARED_INLINE() function
138 #define _PyObject_GC_SET_SHARED_INLINE(op) \ macro