cpython/Misc/NEWS.d/next/Library/2024-07-30-14-46-16.gh-issu...

4 lines
188 B
ReStructuredText

In :class:`code.InteractiveInterpreter`, handle exceptions caused by calling a
non-default :func:`sys.excepthook`. Before, the exception bubbled up to the
caller, ending the :term:`REPL`.