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.
V
Victor Stinner committed
a27831351873bd7eff10863353d475c29fb0d7bb
Parent: d3a1de2
Committed by GitHub <noreply@github.com>
on 1/27/2020, 10:24:13 PM