bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507)
PyErr_WriteUnraisable() now creates a traceback object if there is no current traceback. Moreover, call PyErr_NormalizeException() and PyException_SetTraceback() to normalize the exception value. Ignore silently any error.
V
Victor Stinner committed
df22c03b93ea4620fdf4a0b3cbbbfa7c645af783
Parent: 5edcf26
Committed by GitHub <noreply@github.com>
on 5/22/2019, 11:00:58 PM