SIGN IN SIGN UP

Issue #18408: Fix show_warning(), clear also the exception raised by

_Py_DisplaySourceLine()

For example, _PyGC_DumpShutdownStats() calls PyErr_WarnExplicitFormat() while
the import machinery does not work anymore, _Py_DisplaySourceLine() fails when
trying to import the io module.
V
Victor Stinner committed
78e2c985ac4b43fc0c0595197d7d255358930fda
Parent: f243ee4