Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobjimpl.h352 #define PyObject_GC_Init(op) macro
/external/python/cpython2/Modules/
Dpyexpat.c1111 PyObject_GC_Init(new_parser); in xmlparse_ExternalEntityParserCreate()
1331 PyObject_GC_Init(self); in newxmlparseobject()
/external/python/cpython3/Doc/whatsnew/
D2.2.rst1086 * Rename :c:func:`PyObject_GC_Init` to :c:func:`PyObject_GC_Track` and
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1086 * Rename :c:func:`PyObject_GC_Init` to :c:func:`PyObject_GC_Track` and
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx2361 PyObject_GC_Init(inst); in SWIG_Python_NewShadowInstance()
/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
/external/python/cpython3/Misc/
DHISTORY24400 - rename PyObject_GC_Init to PyObject_GC_Track and PyObject_GC_Fini
25872 PyObject_GC_Init() after the initialization of the object's