Skip to content

asyncio updates for Python 3.14 #13357

Open
@kumaraditya303

Description

@kumaraditya303

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: deferredIssue or PR deferred until some precondition is fixedtopic: asyncioAsyncio-related issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions