Home
last modified time | relevance | path

Searched refs:_PyObject_InitState (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_object.h299 extern PyStatus _PyObject_InitState(PyInterpreterState *interp);
/external/python/cpython3/Python/
Dpylifecycle.c675 status = _PyObject_InitState(interp); in pycore_create_interpreter()
2304 status = _PyObject_InitState(interp); in new_interpreter()
/external/python/cpython3/Objects/
Dobject.c2213 _PyObject_InitState(PyInterpreterState *interp) in _PyObject_InitState() function
/external/python/cpython3/Doc/data/
Dpython3.13.abi28080 …<function-decl name='_PyObject_InitState' filepath='./Include/internal/pycore_object.h' line='294'…