Home
last modified time | relevance | path

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

/external/python/cpython2/Misc/
Dpymemcompat.h82 #define PyObject_GC_UnTrack(op) macro
/external/python/cpython2/Modules/
Dgcmodule.c1476 PyObject_GC_UnTrack(void *op) in PyObject_GC_UnTrack() function