gh-106634: Corrected minor asyncio doc issues#106671
gh-106634: Corrected minor asyncio doc issues#106671kumaraditya303 merged 6 commits intopython:mainfrom
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
AbstractEventLoopPolicydocstring to refer toAbstractEventLooprather thanBaseEventLoop.Corrected docstring grammar error (it undefined -> it is undefined).