Home
last modified time | relevance | path

Searched refs:_PyInterpreterState_RequireIDRef (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dpystate.h6 PyAPI_FUNC(void) _PyInterpreterState_RequireIDRef(PyInterpreterState *, int);
/third_party/python/Python/
Dpystate.c585 _PyInterpreterState_RequireIDRef(PyInterpreterState *interp, int required) in _PyInterpreterState_RequireIDRef() function
/third_party/python/Modules/
D_xxsubinterpretersmodule.c2040 _PyInterpreterState_RequireIDRef(interp, 1); in interp_create()