Home
last modified time | relevance | path

Searched refs:_Py_AddToAllObjects (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_object.h197 extern void _Py_AddToAllObjects(PyObject *op, int force);
/third_party/python/Objects/
H A Dobject.c97 _Py_AddToAllObjects(PyObject *op, int force) in _Py_AddToAllObjects() function
2033 _Py_AddToAllObjects(op, 1); in _Py_NewReference()
H A Dtypeobject.c6460 _Py_AddToAllObjects((PyObject *)type, 0); in type_ready()
/third_party/python/Python/
H A Dbltinmodule.c8 #include "pycore_object.h" // _Py_AddToAllObjects()
3045 #define ADD_TO_ALL(OBJECT) _Py_AddToAllObjects((PyObject *)(OBJECT), 0) in _PyBuiltin_Init()

Completed in 19 milliseconds