8000 gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions by ericsnowcurrently · Pull Request #113034 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions #113034

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

ericsnowcurrently
Copy link
Member
@ericsnowcurrently ericsnowcurrently 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.

@ericsnowcurrently ericsnowcurrently enabled auto-merge (squash) December 12, 2023 23:41
@ericsnowcurrently ericsnowcurrently merged commit 8a4c1f3 into python:main Dec 13, 2023
@ericsnowcurrently ericsnowcurrently 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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0