mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
8a4c1f3ff1
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.
Miscellaneous source files for the main Python shared library