mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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.
Miscellaneous source files for the main Python shared library