aboutsummaryrefslogtreecommitdiff
blob: 485607e66126d2fddc06b0b61d5883c6c8e32b86 (plain)
1
2
Replace :c:func:`Py_FatalError` calls in the compiler with regular
:exc:`SystemError` exceptions. Patch by Victor Stinner.