Uh oh!
There was an error while loading. Please reload this page.
GH-120804: Remove SafeChildWatcher, FastChildWatcher and MultiLoopChildWatcher from asyncio - #120805
Merged
Merged
Conversation
kumaraditya303
requested review from
1st1, asvetlov, gvanrossum and willingc
as code ownersJune 20, 2024 17:08
5 tasks
bedevere-bot
commented
Jun 20, 2024
🤖 New build scheduled with the buildbot fleet by @kumaraditya303 for commit 9249dd8 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
willingc
left a comment
Contributor
There was a problem hiding this comment.
At quick glance this looks good @kumaraditya303. I will take a closer look over the next couple of days. Thanks!
willingc
commented
Jun 21, 2024
Contributor
Changes look good @kumaraditya303. I'm not sure if there is additional testing changes needed or work to pass the failing tests. Happy to merge once all is green. |
kumaraditya303
commented
Jun 21, 2024
ContributorAuthor
Thanks for review @willingc, the failing tests are unrelated so I'm merging this. |
mrahtz pushed a commit
to mrahtz/cpython
that referenced
this pull request
Jun 30, 2024
…oopChildWatcher from asyncio (python#120805) Remove SafeChildWatcher, FastChildWatcher and MultiLoopChildWatcher from asyncio. These child watchers have been deprecated since Python 3.12. The tests are also removed and some more tests will be added after the rewrite of child watchers.
noahbkim pushed a commit
to hudson-trading/cpython
that referenced
this pull request
Jul 11, 2024
…oopChildWatcher from asyncio (python#120805) Remove SafeChildWatcher, FastChildWatcher and MultiLoopChildWatcher from asyncio. These child watchers have been deprecated since Python 3.12. The tests are also removed and some more tests will be added after the rewrite of child watchers.
estyxx pushed a commit
to estyxx/cpython
that referenced
this pull request
Jul 17, 2024
…oopChildWatcher from asyncio (python#120805) Remove SafeChildWatcher, FastChildWatcher and MultiLoopChildWatcher from asyncio. These child watchers have been deprecated since Python 3.12. The tests are also removed and some more tests will be added after the rewrite of child watchers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.