-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-106634: Corrected minor asyncio doc issues #106671
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
LGTM. |
Thanks @Spycho for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry @Spycho and @kumaraditya303, I had trouble checking out the |
(cherry picked from commit 4b4a5b7) Co-authored-by: Chris Brett <[email protected]>
GH-106711 is a backport of this pull request to the 3.11 branch. |
Thanks @Spycho for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @Spycho for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
(cherry picked from commit 4b4a5b7) Co-authored-by: Chris Brett <[email protected]>
GH-106712 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit 4b4a5b7) Co-authored-by: Chris Brett <[email protected]>
|
I've not worked with Python's buildbot before, and the tests that it runs, but "The process cannot access the file because it is being used by another process" sounds like it's more likely an issue with the test or environment than an issue with these changes. Has anyone seen that error before? Is it something that happens sporadically? |
Corrected
AbstractEventLoopPolicy
docstring to refer toAbstractEventLoop
rather thanBaseEventLoop
.Corrected docstring grammar error (it undefined -> it is undefined).