Searched refs:PyInterpreterState_New (Results 1 – 11 of 11) sorted by relevance
24 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
629 PyInterpreterState *interp = PyInterpreterState_New(); in pycore_create_interpreter()1906 PyInterpreterState *interp = PyInterpreterState_New(); in new_interpreter()
207 PyInterpreterState_New(void) in PyInterpreterState_New() function
317 function,PyInterpreterState_New,3.2,
1071 PyInterpreterState_New:PyInterpreterState*:::
305 EXPORT_FUNC(PyInterpreterState_New)
1056 .. c:function:: PyInterpreterState* PyInterpreterState_New()1062 .. audit-event:: cpython.PyInterpreterState_New "" c.PyInterpreterState_New
792 function PyInterpreterState_New
19826 - The C API calls ``PyInterpreterState_New()`` and ``PyThreadState_New()``19833 own locking. ``PyInterpreterState_New()`` and ``PyThreadState_New()``
47 ``cpython.PyInterpreterState_New`` event when called through the
847 ``PyInterpreterState_New()``.