diff options
author | Victor Stinner <vstinner@python.org> | 2020-01-27 22:24:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 22:24:13 (GMT) |
commit | a27831351873bd7eff10863353d475c29fb0d7bb (patch) | |
tree | 023e0360f5bc95bf5f856ec60a8a913061b2f2dc /Doc/tutorial | |
parent | d3a1de22705cc79d7e8a0f44c4f00255e58c8b20 (diff) | |
download | cpython-a27831351873bd7eff10863353d475c29fb0d7bb.zip cpython-a27831351873bd7eff10863353d475c29fb0d7bb.tar.gz cpython-a27831351873bd7eff10863353d475c29fb0d7bb.tar.bz2 |
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.
Diffstat (limited to 'Doc/tutorial')
0 files changed, 0 insertions, 0 deletions