• 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
Adı
Son kayıt (commit)
Son güncelleme
..
README Loading commit data...
_freeze_importlib.c Loading commit data...
_testembed.c Loading commit data...
python.c Loading commit data...