SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exceptions (gh-113036)

We need the TracebackException of uncaught exceptions for a single purpose: the error display.  Thus we only need to pass the formatted error display between interpreters.  Passing a pickled TracebackException is overkill.
E
Eric Snow committed
c6e614fd81d7dca436fe640d63a307c7dc9f6f3b
Parent: 7e2d93f
Committed by GitHub <noreply@github.com> on 12/13/2023, 12:31:30 AM