Home
last modified time | relevance | path

Searched refs:Py_Exit (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Include/
Dpylifecycle.h30 PyAPI_FUNC(void) _Py_NO_RETURN Py_Exit(int);
/third_party/python/PC/
Dpython3dll.c54 EXPORT_FUNC(Py_Exit)
/third_party/python/Doc/data/
Dstable_abi.dat785 function,Py_Exit,3.2,
Drefcounts.dat2973 Py_Exit:void:::
2974 Py_Exit:int:status::
/third_party/python/Python/
Dpythonrun.c775 Py_Exit(exitcode); in handle_system_exit()
Dpylifecycle.c2856 Py_Exit(int sts) in Py_Exit() function
/third_party/python/Doc/c-api/
Dsys.rst401 .. c:function:: void Py_Exit(int status)
/third_party/python/Misc/
Dstable_abi.txt1508 function Py_Exit
DHISTORY31307 The old, half-hearted Py_Cleanup() routine is gone. Use of Py_Exit()
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst2029 ``Py_Exit(exitcode)`` when calling ``PyErr_Print()`` if the current
/third_party/python/Doc/whatsnew/
D3.6.rst2339 * :c:func:`Py_Exit` (and the main interpreter) now override the exit status
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch9712 @@ -2872,7 +2873,7 @@ Py_Exit(int sts)