Skip to content
Snippets Groups Projects
Unverified Commit 5f4588fe authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293)


(cherry picked from commit 47d406ff)

Co-authored-by: default avatarDong-hee Na <donghee.na@python.org>
parent fa118f0c
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ are always available. They are listed here in alphabetical order. ...@@ -164,7 +164,7 @@ are always available. They are listed here in alphabetical order.
:func:`sys.breakpointhook` can be set to some other function and :func:`sys.breakpointhook` can be set to some other function and
:func:`breakpoint` will automatically call that, allowing you to drop into :func:`breakpoint` will automatically call that, allowing you to drop into
the debugger of choice. the debugger of choice.
If :func:`sys.breakpointhook` is not available to be called, this function will If :func:`sys.breakpointhook` is not accessible, this function will
raise :exc:`RuntimeError`. raise :exc:`RuntimeError`.
.. audit-event:: builtins.breakpoint breakpointhook breakpoint .. audit-event:: builtins.breakpoint breakpointhook breakpoint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment