-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring #119216
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring #119216
Conversation
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.
Possible NULL dereference needs fixing. Looks good, otherwise.
When you're done making the requested changes, leave the comment: |
I have made the requested changes; please review again. |
Thanks for making the requested changes! @markshannon: please review the changes made to this pull request. |
This needs backporting to 3.13. |
Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…or monitoring (pythonGH-119216) (cherry picked from commit 6e9863d) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
GH-119497 is a backport of this pull request to the 3.13 branch. |
Fixes #118692.
📚 Documentation preview 📚: https://cpython-previews--119216.org.readthedocs.build/