mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
12083284c5
Py_Main() and _Py_RunMain() now return the exitcode rather than calling Py_Exit(exitcode) when calling PyErr_Print() if the current exception type is SystemExit. * Add _Py_HandleSystemExit(). * Add pymain_exit_err_print(). * Add pymain_exit_print().
Miscellaneous source files for the main Python shared library