SIGN IN SIGN UP

bpo-36763: Rework _PyInitError API (GH-13031)

* Remove _PyInitError.user_err field and _Py_INIT_USER_ERR() macro:
  use _Py_INIT_ERR() instead. _Py_ExitInitError() now longer calls
  abort() on error: exit with exit code 1 instead.
* Add _PyInitError._type private field.
* exitcode field type is now unsigned int on Windows.
* Rename prefix field to _func.
* Rename msg field to err_msg.
V
Victor Stinner committed
db7197543112954b0912e3d46e39fefcb1c3b950
Parent: c4e671e
Committed by GitHub <noreply@github.com> on 5/1/2019, 3:35:33 AM