Home
last modified time | relevance | path

Searched refs:PyObject_GC_Init (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dobjimpl.h337 #define PyObject_GC_Init(op) macro
/external/python/cpython2/Modules/
Dpyexpat.c1111 PyObject_GC_Init(new_parser); in xmlparse_ExternalEntityParserCreate()
1327 PyObject_GC_Init(self); in newxmlparseobject()
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1086 * Rename :c:func:`PyObject_GC_Init` to :c:func:`PyObject_GC_Track` and
/external/python/cpython2/Misc/
DHISTORY7021 - rename PyObject_GC_Init to PyObject_GC_Track and PyObject_GC_Fini
8493 PyObject_GC_Init() after the initialization of the object's