Home
last modified time | relevance | path

Searched refs:_Py_AddToAllObjects (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_object.h87 extern void _Py_AddToAllObjects(PyObject *op, int force);
/external/python/cpython2/Objects/
Dobject.c58 _Py_AddToAllObjects(PyObject *op, int force) in _Py_AddToAllObjects() function
162 _Py_AddToAllObjects((PyObject *)tp, 0); in inc_count()
2233 _Py_AddToAllObjects(op, 1); in _Py_NewReference()
Dtypeobject.c4143 _Py_AddToAllObjects((PyObject *)type, 0);
/external/python/cpython2/Include/
Dobject.h749 PyAPI_FUNC(void) _Py_AddToAllObjects(PyObject *, int force);
/external/python/cpython3/Objects/
Dobject.c98 _Py_AddToAllObjects(PyObject *op, int force) in _Py_AddToAllObjects() function
1832 _Py_AddToAllObjects(op, 1); in _Py_NewReference()
Dtypeobject.c5403 _Py_AddToAllObjects((PyObject *)type, 0); in PyType_Ready()
/external/python/cpython3/Python/
Dbltinmodule.c2796 #define ADD_TO_ALL(OBJECT) _Py_AddToAllObjects((PyObject *)(OBJECT), 0) in _PyBuiltin_Init()
/external/python/cpython2/Python/
Dbltinmodule.c2706 #define ADD_TO_ALL(OBJECT) _Py_AddToAllObjects((PyObject *)(OBJECT), 0) in _PyBuiltin_Init()
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1412 * ``_Py_AddToAllObjects()`` (specific to ``Py_TRACE_REFS`` build)