Home
last modified time | relevance | path

Searched refs:PyStatus_Exit (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dinitconfig.h24 PyAPI_FUNC(PyStatus) PyStatus_Exit(int exitcode);
/third_party/python/Python/
Dinitconfig.c264 PyStatus PyStatus_Exit(int exitcode) in PyStatus_Exit() function
/third_party/python/Doc/c-api/
Dinit_config.rst154 .. c:function:: PyStatus PyStatus_Exit(int exitcode)
/third_party/python/Doc/whatsnew/
D3.8.rst320 * :c:func:`PyStatus_Exit`