-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
status: deferredIssue or PR deferred until some precondition is fixedIssue or PR deferred until some precondition is fixedtopic: asyncioAsyncio-related issuesAsyncio-related issues
Description
There have been a significant API changes in asyncio with deprecations and removals in 3.14
The following APIs are deprecated:
asyncio.iscoroutinefunction
- asyncio.AbstractEventLoopPolicy
- asyncio.DefaultEventLoopPolicy
- asyncio.WindowsSelectorEventLoopPolicy
- asyncio.WindowsProactorEventLoopPolicy
- asyncio.get_event_loop_policy()
- asyncio.set_event_loop_policy()
- asyncio.set_event_loop()
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
Labels
status: deferredIssue or PR deferred until some precondition is fixedIssue or PR deferred until some precondition is fixedtopic: asyncioAsyncio-related issuesAsyncio-related issues