Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_interp.h333 PyAPI_FUNC(int) _PyInterpreterState_IDIncref(struct _is *);
/third_party/python/Objects/
Dinterpreteridobject.c28 if (_PyInterpreterState_IDIncref(interp) < 0) { in newinterpid()
/third_party/python/Python/
Dpystate.c543 _PyInterpreterState_IDIncref(PyInterpreterState *interp) in _PyInterpreterState_IDIncref() function
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst1736 _PyInterpreterState_IDIncref() now calls _PyInterpreterState_IDInitref() and