Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: uvloop.loop.create_task() is missing 'name' parameter #309

Closed
Andrei-Pozolotin opened this issue Jan 16, 2020 · 1 comment · Fixed by #334
Closed

BUG: uvloop.loop.create_task() is missing 'name' parameter #309

Andrei-Pozolotin opened this issue Jan 16, 2020 · 1 comment · Fixed by #334
Labels

Comments

@Andrei-Pozolotin
Copy link

compare:

  1. uvloop.loop.create_task()
    https://github.com/MagicStack/uvloop/blob/master/uvloop/loop.pyx#L1389

with:

  1. asyncio.loop.create_task()
    https://docs.python.org/3/library/asyncio-eventloop.html?#asyncio.loop.create_task
@1st1 1st1 added the bug label Jan 16, 2020
@1st1
Copy link
Member

1st1 commented Jan 16, 2020

Yeah, this is a bug.

fantix added a commit to fantix/uvloop that referenced this issue Apr 11, 2020
fantix added a commit that referenced this issue Apr 16, 2020
This was referenced Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants