Home
last modified time | relevance | path

Searched refs:PyInterpreterState_GetID (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h313 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
/external/python/cpython3/Programs/
D_testembed.c33 int64_t id = PyInterpreterState_GetID(interp); in print_subinterp()
/external/python/cpython3/Python/
Dpystate.c263 PyInterpreterState_GetID(PyInterpreterState *interp) in PyInterpreterState_GetID() function
281 PY_INT64_T id = PyInterpreterState_GetID(interp); in _PyInterpreterState_LookUpID()
/external/python/cpython3/PC/
Dpython3.def541 PyInterpreterState_GetID=python37.PyInterpreterState_GetID
/external/python/cpython3/Doc/data/
Drefcounts.dat1040 PyInterpreterState_GetID:int64_t:::
1041 PyInterpreterState_GetID:PyInterpreterState*:interp::
/external/python/cpython3/Doc/c-api/
Dinit.rst1021 .. c:function:: PY_INT64_T PyInterpreterState_GetID(PyInterpreterState *interp)
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1719 The new :c:func:`PyInterpreterState_GetID` returns the unique ID for a