]> granicus.if.org Git - python/commit
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
authorAlex Grönholm <alex.gronholm@nextday.fi>
Wed, 8 Aug 2018 21:06:47 +0000 (00:06 +0300)
committerYury Selivanov <yury@magic.io>
Wed, 8 Aug 2018 21:06:47 +0000 (17:06 -0400)
commitcca4eec3c0a67cbfeaf09182ea6c097a94891ff6
tree0d04ad10797fa95e5e09f8b32e8aa9e0c50f6aac
parent52dee687af3671a31f63d6432de0d9ef370fd7b0
bpo-34270: Make it possible to name asyncio tasks (GH-8547)

Co-authored-by: Antti Haapala <antti.haapala@anttipatterns.com>
13 files changed:
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-task.rst
Doc/whatsnew/3.8.rst
Lib/asyncio/base_events.py
Lib/asyncio/base_tasks.py
Lib/asyncio/events.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_tasks.py
Misc/ACKS
Misc/NEWS.d/next/Library/2018-07-29-11-32-56.bpo-34270.aL6P-3.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/clinic/_asynciomodule.c.h