]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init() (GH-18217)
authorVictor Stinner <vstinner@python.org>
Mon, 27 Jan 2020 22:23:12 +0000 (23:23 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2020 22:23:12 +0000 (23:23 +0100)
commitd3a1de22705cc79d7e8a0f44c4f00255e58c8b20
treebaf6080ff2c67dde5c37aa790bc29e497ac825f5
parentdd023ad1619b6f1ab313986e8953eea32c18f50c
bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init() (GH-18217)

_PyCodecRegistry_Init() now reports exceptions to the caller,
rather than calling Py_FatalError().
Python/codecs.c