SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72156 0 68 Python

gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)

When an exception is uncaught in Interpreter.exec_sync(), it helps to show that exception's error display if uncaught in the calling interpreter.  We do so here by generating a TracebackException in the subinterpreter and passing it between interpreters using pickle.
E
Eric Snow committed
8a4c1f3ff1e3d7ed2e00e77b94056f9bb7f9ae3b
Parent: 7316dfb
Committed by GitHub <noreply@github.com> on 12/13/2023, 12:00:54 AM