Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dobjimpl.h352 #define PyObject_GC_Init(op) macro
/aosp_15_r20/external/python/cpython2/Modules/
Dpyexpat.c1111 PyObject_GC_Init(new_parser); in xmlparse_ExternalEntityParserCreate()
1331 PyObject_GC_Init(self); in newxmlparseobject()
/aosp_15_r20/external/python/cpython2/Doc/whatsnew/
D2.2.rst1086 * Rename :c:func:`PyObject_GC_Init` to :c:func:`PyObject_GC_Track` and
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D2.2.rst1086 * Rename :c:func:`PyObject_GC_Init` to :c:func:`PyObject_GC_Track` and
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c2571 PyObject_GC_Init(inst); in SWIG_Python_NewShadowInstance()
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig_wrap.cxx2361 PyObject_GC_Init(inst); in SWIG_Python_NewShadowInstance()
/aosp_15_r20/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
/aosp_15_r20/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