SIGN IN SIGN UP

bpo-32030: Cleanup pymain_main() (#4935)

* Reorganize pymain_main() to make the code more flat
* Clear configurations before pymain_update_sys_path()
* Mark Py_FatalError() and _Py_FatalInitError() with _Py_NO_RETURN
* Replace _PyMain.run_code variable with a new RUN_CODE() macro
* Move _PyMain.cf into a local variable in pymain_run_python()
V
Victor Stinner committed
19760863623b636a63ccf649107d9504c6465a92
Parent: c4bca95
Committed by GitHub <noreply@github.com> on 12/20/2017, 12:41:59 AM