Skip to content
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

Rewrite asyncio subprocesses without child watchers #120804

Closed
5 tasks done
kumaraditya303 opened this issue Jun 20, 2024 · 0 comments
Closed
5 tasks done

Rewrite asyncio subprocesses without child watchers #120804

kumaraditya303 opened this issue Jun 20, 2024 · 0 comments
Assignees
Labels
3.14 new features, bugs and security fixes topic-asyncio

Comments

@kumaraditya303
Copy link
Contributor

kumaraditya303 commented Jun 20, 2024

Tasks

Preview Give feedback

Each task item will be done in a separate PR and news entry will be added when all of this is done otherwise it will be confusing for users.

Linked PRs

@kumaraditya303 kumaraditya303 self-assigned this Jun 20, 2024
@github-project-automation github-project-automation bot moved this to Todo in asyncio Jun 20, 2024
@kumaraditya303 kumaraditya303 added the 3.14 new features, bugs and security fixes label Jun 20, 2024
kumaraditya303 added a commit that referenced this issue Jun 21, 2024
…ldWatcher from asyncio (#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.
kumaraditya303 added a commit that referenced this issue Jun 23, 2024
kumaraditya303 added a commit that referenced this issue Jun 23, 2024
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
@github-project-automation github-project-automation bot moved this from Todo to Done in asyncio Jun 26, 2024
kumaraditya303 added a commit that referenced this issue Jun 28, 2024
mrahtz pushed a commit to mrahtz/cpython that referenced this issue 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.
mrahtz pushed a commit to mrahtz/cpython that referenced this issue Jun 30, 2024
mrahtz pushed a commit to mrahtz/cpython that referenced this issue Jun 30, 2024
…nd `AbstractChildWatcher` from asyncio APIs (python#120893)
mrahtz pushed a commit to mrahtz/cpython that referenced this issue Jun 30, 2024
mrahtz pushed a commit to mrahtz/cpython that referenced this issue Jun 30, 2024
noahbkim pushed a commit to hudson-trading/cpython that referenced this issue 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.
noahbkim pushed a commit to hudson-trading/cpython that referenced this issue Jul 11, 2024
noahbkim pushed a commit to hudson-trading/cpython that referenced this issue Jul 11, 2024
…nd `AbstractChildWatcher` from asyncio APIs (python#120893)
noahbkim pushed a commit to hudson-trading/cpython that referenced this issue Jul 11, 2024
noahbkim pushed a commit to hudson-trading/cpython that referenced this issue Jul 11, 2024
estyxx pushed a commit to estyxx/cpython that referenced this issue 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.
estyxx pushed a commit to estyxx/cpython that referenced this issue Jul 17, 2024
estyxx pushed a commit to estyxx/cpython that referenced this issue Jul 17, 2024
…nd `AbstractChildWatcher` from asyncio APIs (python#120893)
estyxx pushed a commit to estyxx/cpython that referenced this issue Jul 17, 2024
estyxx pushed a commit to estyxx/cpython that referenced this issue Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.14 new features, bugs and security fixes topic-asyncio
Projects
Status: Done
Development

No branches or pull requests

2 participants
@kumaraditya303 and others