Skip to content

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrentlyericsnowcurrently commented Dec 12, 2023

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.

@ericsnowcurrentlyericsnowcurrently enabled auto-merge (squash) December 12, 2023 23:41
@ericsnowcurrentlyericsnowcurrently merged commit 8a4c1f3 into python:mainDec 13, 2023
@ericsnowcurrentlyericsnowcurrently deleted the preserve-tracebackexception branch December 13, 2023 00:00
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…ions (pythongh-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.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…ions (pythongh-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.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ericsnowcurrently