-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-26133: Fix typos #5010
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
bpo-26133: Fix typos #5010
Conversation
Lib/asyncio/unix_events.py
Outdated
f"on interpreter shutdown " | ||
f"stage, signal unsubsription is disabled", | ||
f"stage, signal unsubscription is disabled", |
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.
unsubscription -> skipping signal handlers removal
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.
Fixed. Is now ok?
Maybe mock |
Thanks @asvetlov for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6. |
* Fix typos * Change warning text * Add test (cherry picked from commit a8f4e15)
GH-5014 is a backport of this pull request to the 3.6 branch. |
As reported in #5002
https://bugs.python.org/issue26133