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

asyncio updates for Python 3.14 #13357

Open
kumaraditya303 opened this issue Jan 2, 2025 · 1 comment
Open

asyncio updates for Python 3.14 #13357

kumaraditya303 opened this issue Jan 2, 2025 · 1 comment
Labels
status: deferred Issue or PR deferred until some precondition is fixed topic: asyncio Asyncio-related issues

Comments

@kumaraditya303
Copy link
Contributor

There have been a significant API changes in asyncio with deprecations and removals in 3.14

The following APIs are deprecated:

The following APIs are removed:

  • asyncio.get_child_watcher()
  • asyncio.set_child_watcher()
  • asyncio.AbstractEventLoopPolicy.get_child_watcher()
  • asyncio.AbstractEventLoopPolicy.set_child_watcher()
  • asyncio.AbstractChildWatcher
  • asyncio.FastChildWatcher
  • asyncio.MultiLoopChildWatcher
  • asyncio.PidfdChildWatcher
  • asyncio.SafeChildWatcher
  • asyncio.ThreadedChildWatcher
@AlexWaygood
Copy link
Member

Thank you! We won't start working on these until the beta period starts, per our policy (https://github.com/python/typeshed/blob/main/CONTRIBUTING.md#standard-library-stubs), but this will be a very useful reference once we get there!

@AlexWaygood AlexWaygood added status: deferred Issue or PR deferred until some precondition is fixed topic: asyncio Asyncio-related issues labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: deferred Issue or PR deferred until some precondition is fixed topic: asyncio Asyncio-related issues
Projects
None yet
Development

No branches or pull requests

2 participants