Home
last modified time | relevance | path

Searched refs:PyInterpreterState_New (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/
Dpystate.h24 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
/third_party/python/Python/
Dpylifecycle.c629 PyInterpreterState *interp = PyInterpreterState_New(); in pycore_create_interpreter()
1906 PyInterpreterState *interp = PyInterpreterState_New(); in new_interpreter()
Dpystate.c207 PyInterpreterState_New(void) in PyInterpreterState_New() function
/third_party/python/Doc/data/
Dstable_abi.dat317 function,PyInterpreterState_New,3.2,
Drefcounts.dat1071 PyInterpreterState_New:PyInterpreterState*:::
/third_party/python/PC/
Dpython3dll.c305 EXPORT_FUNC(PyInterpreterState_New)
/third_party/python/Doc/c-api/
Dinit.rst1056 .. c:function:: PyInterpreterState* PyInterpreterState_New()
1062 .. audit-event:: cpython.PyInterpreterState_New "" c.PyInterpreterState_New
/third_party/python/Misc/
Dstable_abi.txt792 function PyInterpreterState_New
DHISTORY19826 - The C API calls ``PyInterpreterState_New()`` and ``PyThreadState_New()``
19833 own locking. ``PyInterpreterState_New()`` and ``PyThreadState_New()``
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst47 ``cpython.PyInterpreterState_New`` event when called through the
D3.8.0a1.rst847 ``PyInterpreterState_New()``.