Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_interp.h332 PyAPI_FUNC(int) _PyInterpreterState_IDInitref(struct _is *);
/third_party/python/Objects/
Dinterpreteridobject.c276 if (_PyInterpreterState_IDInitref(interp) != 0) { in _PyInterpreterState_GetIDObject()
/third_party/python/Python/
Dpystate.c526 _PyInterpreterState_IDInitref(PyInterpreterState *interp) in _PyInterpreterState_IDInitref() function
545 if (_PyInterpreterState_IDInitref(interp) < 0) { in _PyInterpreterState_IDIncref()
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst1736 _PyInterpreterState_IDIncref() now calls _PyInterpreterState_IDInitref() and