Skip to content

[Feature Request] Investigate asyncio.as_completed and asyncio.wait usage of set as non-deterministic #518

Closed
@cretz

Description

@cretz

Describe the solution you'd like

asyncio.as_completed and asyncio.wait may be non-deterministic in their use of set. See https://github.com/python/cpython/blob/v3.12.3/Lib/asyncio/tasks.py#L609 and https://github.com/python/cpython/blob/v3.12.3/Lib/asyncio/tasks.py#L458. See if anything can be done and if not, document that they are dangerous and warn on their use. May need to provide deterministic alternatives.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions