Home
last modified time | relevance | path

Searched refs:PyInterpreterState_Get (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Python/
Dceval_gil.h332 PyInterpreterState *interp = PyInterpreterState_Get(); in _PyEval_SetSwitchInterval()
343 PyInterpreterState *interp = PyInterpreterState_Get(); in _PyEval_GetSwitchInterval()
Dpystate.c467 PyInterpreterState_Get(void) in PyInterpreterState_Get() function
1956 PyInterpreterState *interp = PyInterpreterState_Get(); in _PyInterpreterState_GetConfigCopy()
Dcodecs.c56 PyInterpreterState *interp = PyInterpreterState_Get(); in PyCodec_Unregister()
Dceval.c288 PyInterpreterState *interp = PyInterpreterState_Get(); in PyEval_ThreadsInitialized()
/third_party/python/Include/
Dpystate.h36 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Get(void);
/third_party/python/Include/cpython/
Dpystate.h155 #define _PyInterpreterState_Get PyInterpreterState_Get
/third_party/python/Modules/
D_posixsubprocess.c758 (PyInterpreterState_Get() != PyInterpreterState_Main())) { in subprocess_fork_exec()
773 PyInterpreterState *interp = PyInterpreterState_Get(); in subprocess_fork_exec()
D_xxsubinterpretersmodule.c31 return PyInterpreterState_Get(); in _get_current()
1950 if (interp != PyInterpreterState_Get()) { in _run_script_in_interpreter()
D_winapi.c1092 PyInterpreterState *interp = PyInterpreterState_Get(); in _winapi_CreateProcess_impl()
/third_party/python/Doc/data/
Dstable_abi.dat314 function,PyInterpreterState_Get,3.9,
/third_party/python/PC/
Dpython3dll.c302 EXPORT_FUNC(PyInterpreterState_Get)
/third_party/python/Misc/NEWS.d/
D3.9.0a5.rst1185 Add :c:func:`PyInterpreterState_Get` function to the limited C API.
/third_party/python/Misc/
Dstable_abi.txt2061 function PyInterpreterState_Get
/third_party/python/Doc/whatsnew/
D3.9.rst1276 :c:func:`PyInterpreterState_Get` functions to get the interpreter.
/third_party/python/Doc/c-api/
Dinit.rst1144 .. c:function:: PyInterpreterState* PyInterpreterState_Get(void)