bpo-38631: Avoid Py_FatalError() in _multibytecodec init (GH-17233)
If an exception is raised and PyInit__multibytecodec() returns NULL, Python reports properly the exception to the user. There is no need to crash Python with Py_FatalError().
V
Victor Stinner committed
bc7d3aa6d74b718699b7a6bced9b0dfdfbf95c13
Parent: 04394df
Committed by GitHub <noreply@github.com>
on 11/18/2019, 4:40:07 PM