Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_object.h149 extern void _Py_AddToAllObjects(PyObject *op, int force);
/third_party/python/Objects/
Dobject.c104 _Py_AddToAllObjects(PyObject *op, int force) in _Py_AddToAllObjects() function
1901 _Py_AddToAllObjects(op, 1); in _Py_NewReference()
Dtypeobject.c6323 _Py_AddToAllObjects((PyObject *)type, 0); in type_ready()
/third_party/python/Python/
Dbltinmodule.c2998 #define ADD_TO_ALL(OBJECT) _Py_AddToAllObjects((PyObject *)(OBJECT), 0) in _PyBuiltin_Init()
/third_party/python/Doc/whatsnew/
D3.9.rst1431 * ``_Py_AddToAllObjects()`` (specific to ``Py_TRACE_REFS`` build)