commit | a27831351873bd7eff10863353d475c29fb0d7bb | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Jan 27 23:24:13 2020 +0100 |
committer | GitHub <noreply@github.com> | Mon Jan 27 23:24:13 2020 +0100 |
tree | 023e0360f5bc95bf5f856ec60a8a913061b2f2dc | |
parent | d3a1de22705cc79d7e8a0f44c4f00255e58c8b20 [diff] |
bpo-38631: Avoid Py_FatalError() in PyCode_New() (GH-18215) intern_strings() now raises a SystemError, rather than calling Py_FatalError(). intern_string_constants() now reports exceptions to the caller, rather than ignoring silently exceptions.