-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
[3.11] gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293) #96294
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
Conversation
…ing (pythongh-96293) (cherry picked from commit 47d406f) Co-authored-by: Dong-hee Na <[email protected]>
Status check is done, and it's a success ✅ . |
1 similar comment
Status check is done, and it's a success ✅ . |
Status check is done, and it's a success ✅ . |
2 similar comments
Status check is done, and it's a success ✅ . |
Status check is done, and it's a success ✅ . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm bot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think in line 160 the reference to sys.breakpointhook
should be :func:sys.breakpointhook
, to be consistent with the rest of the text. Is it possible to fix also this?
…sing (gh-96293) (#96294) (cherry picked from commit 47d406f) Co-authored-by: Dong-hee Na <[email protected]>
(cherry picked from commit 47d406f)
Co-authored-by: Dong-hee Na [email protected]
del sys.breakpointhook
is not tested in test_builtin #96197