mirror of
https://github.com/python/cpython.git
synced 2026-06-05 02:57:28 -04:00
c6e614fd81
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.