Skip to content

deprecate support for awaitable objects that are not futures in asyncio.wait #96783

Closed as not planned
@graingert

Description

@graingert

in #95708 @tiran recommended spitting the PR into two, one that restores the functionality removed without deprecation and one that does the deprecation.

by oversight the code path for Awaitable objects in asyncio.wait did not issue a DeprecationWarning, this functionality is restored by #95708, however the deprecation was still intended so this ticket tracks that.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions