-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
gh-126662: naming consistency for signal.ItimerError #126712
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
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.
FWIW, this is a slight breaking change, but I don't think anyone was relying on this buggy behavior anyway.
Thanks @tungol for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…H-126712) (cherry picked from commit d5fa437dfb50e2e47632cdc994e3257608688f30) Co-authored-by: Stephen Morton <git@tungol.org>
GH-137122 is a backport of this pull request to the 3.14 branch. |
GH-137123 is a backport of this pull request to the 3.13 branch. |
This MR updates the
__name__
attribute of signal.ItimerError to match its import path. Let me know if a NEWS entry is needed for this; I was on the fence about it.