[New-bugs-announce] [issue34270] Add names to asyncio tasks

Alex Grönholm report at bugs.python.org
Sun Jul 29 05:25:37 EDT 2018


New submission from Alex Grönholm <alex.gronholm+python at nextday.fi>:

Having names on tasks helps tremendously when something goes wrong in a complex asyncio application. Threads have names and even trio has the ability to name its tasks. This would also greatly benefit PyCharm's concurrency visualization: https://www.jetbrains.com/help/pycharm/thread-concurrency-visualization.html#asyncio

----------
components: asyncio
messages: 322620
nosy: alex.gronholm, asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Add names to asyncio tasks
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34270>
_______________________________________


More information about the New-bugs-announce mailing list