Searched refs:Py_Exit (Results 1 – 12 of 12) sorted by relevance
30 PyAPI_FUNC(void) _Py_NO_RETURN Py_Exit(int);
54 EXPORT_FUNC(Py_Exit)
785 function,Py_Exit,3.2,
2973 Py_Exit:void:::2974 Py_Exit:int:status::
775 Py_Exit(exitcode); in handle_system_exit()
2856 Py_Exit(int sts) in Py_Exit() function
401 .. c:function:: void Py_Exit(int status)
1508 function Py_Exit
31307 The old, half-hearted Py_Cleanup() routine is gone. Use of Py_Exit()
2029 ``Py_Exit(exitcode)`` when calling ``PyErr_Print()`` if the current
2339 * :c:func:`Py_Exit` (and the main interpreter) now override the exit status
9712 @@ -2872,7 +2873,7 @@ Py_Exit(int sts)