close
Skip to content

support **kwargs on loop.create_task like in 3.13 and 3.14 #746

@graingert

Description

@graingert

3.13.3 — kwargs passthrough introduced (factories required to pass all kwargs on).
3.13.4 — rolled back passing name and context (when None) to avoid breaking backwards compatibility with 3.13.3, while still passing on other arbitrary keyword arguments Python. name is no longer passed to task factories, and context isn't passed when it's None.
3.14 — all kwargs are now passed on, and the eager_start parameter works with eager task factories Python.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions