• Victor Stinner's avatar
    bpo-36142: Rework error reporting in pymain_main() (GH-12113) · dfe88475
    Victor Stinner yazdı
    Add a new _Py_INIT_EXIT() macro to be able to exit Python with an
    exitcode using _PyInitError API. Rewrite function calls by
    pymain_main() to use _PyInitError.
    
    Changes:
    
    * Remove _PyMain.err and _PyMain.status field
    * Add _Py_INIT_EXIT() macro and _PyInitError.exitcode field.
    * Rename _Py_FatalInitError() to _Py_ExitInitError().
    dfe88475
frozenmain.c 3.19 KB