Skip to content

positional name and context are broken eg create_task(coro(), name, context) #133877

Closed as not planned
@graingert

Description

@graingert

Bug report

Bug description:

previously positional arguments were allow for TaskGroup.create_task, asyncio.create_task and loop.create_task now they are not

these methods should use *args, **kwargs rather than just **kwargs

CPython versions tested on:

3.14

Operating systems tested on:

No response

Metadata

Metadata

Assignees

Labels

type-bugAn unexpected behavior, bug, or error

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions