Searched refs:PyInterpreterState_Main (Results 1 – 7 of 7) sorted by relevance
194 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Main(void);
758 (PyInterpreterState_Get() != PyInterpreterState_Main())) { in subprocess_fork_exec()
6688 if (_PyInterpreterState_GET() != PyInterpreterState_Main()) { in os_fork1_impl()7340 if (_PyInterpreterState_GET() != PyInterpreterState_Main()) { in os_forkpty_impl()
1172 PyInterpreterState_Main(void) in PyInterpreterState_Main() function
1931 PyInterpreterState *main_interp = PyInterpreterState_Main(); in new_interpreter()
846 Added Documention for PyInterpreterState_Main().
1309 :c:func:`PyInterpreterState_Main` function returns a pointer to its state.1625 .. c:function:: PyInterpreterState* PyInterpreterState_Main()