This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alex.gronholm
Recipients alex.gronholm, asvetlov, yselivanov
Date 2018-07-29.09:25:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532856337.57.0.56676864532.issue34270@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-07-29 09:25:37alex.gronholmsetrecipients: + alex.gronholm, asvetlov, yselivanov
2018-07-29 09:25:37alex.gronholmsetmessageid: <1532856337.57.0.56676864532.issue34270@psf.upfronthosting.co.za>
2018-07-29 09:25:37alex.gronholmlinkissue34270 messages
2018-07-29 09:25:37alex.gronholmcreate