Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h194 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Main(void);
/third_party/python/Modules/
D_posixsubprocess.c758 (PyInterpreterState_Get() != PyInterpreterState_Main())) { in subprocess_fork_exec()
Dposixmodule.c6688 if (_PyInterpreterState_GET() != PyInterpreterState_Main()) { in os_fork1_impl()
7340 if (_PyInterpreterState_GET() != PyInterpreterState_Main()) { in os_forkpty_impl()
/third_party/python/Python/
Dpystate.c1172 PyInterpreterState_Main(void) in PyInterpreterState_Main() function
Dpylifecycle.c1931 PyInterpreterState *main_interp = PyInterpreterState_Main(); in new_interpreter()
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst846 Added Documention for PyInterpreterState_Main().
/third_party/python/Doc/c-api/
Dinit.rst1309 :c:func:`PyInterpreterState_Main` function returns a pointer to its state.
1625 .. c:function:: PyInterpreterState* PyInterpreterState_Main()