Searched refs:Py_Exit (Results 1 – 19 of 19) sorted by relevance
31 Py_Exit(int sts) in Py_Exit() function46 Py_Exit(2); in main()55 Py_Exit(1); in main()64 Py_Exit(1); in main()71 Py_Exit(0); in main()86 Py_Exit(1); in getgrammar()110 Py_Exit(1); in getgrammar()115 Py_Exit(1); in getgrammar()131 Py_Exit(1); in Py_FatalError()
123 extern void Py_Exit(int); in intcatcher()138 Py_Exit(1); in intcatcher()
50 Py_Exit(0); in main()
30 PyAPI_FUNC(void) _Py_NO_RETURN Py_Exit(int);
76 PyAPI_FUNC(void) Py_Exit(int);
415 Py_Exit
129 .. c:function:: void Py_Exit(int status)
729 Py_Exit=python39.Py_Exit
1160 Py_Exit(exitcode); in handle_system_exit()1793 Py_Exit(int sts) in Py_Exit() function
1071 "Py_Exit"
1755 Py_Exit:void:::1756 Py_Exit:int:status::
399 .. c:function:: void Py_Exit(int status)
2431 Py_Exit(int sts) in Py_Exit() function
696 Py_Exit(exitcode); in handle_system_exit()
2996 Py_Exit:void:::2997 Py_Exit:int:status::
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
13928 The old, half-hearted Py_Cleanup() routine is gone. Use of Py_Exit()
31307 The old, half-hearted Py_Cleanup() routine is gone. Use of Py_Exit()