8000 [3.12] gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-122456) by serhiy-storchaka · Pull Request #122515 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-122456) #122515

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
merged 2 commits into from
Jul 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update 2024-07-30-14-46-16.gh-issue-87320.-Yk1wb.rst
  • Loading branch information
serhiy-storchaka authored Jul 31, 2024
commit f2d0b65dcb861b7035e295dc72feafc1ce177ba5
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
In :class:`code.InteractiveInterpreter`, handle exceptions caused by calling a
non-default :func:`sys.excepthook`. Before, the exception bubbled up to the
caller, ending the :term:`REPL`.
caller, ending the REPL.
Loading
0