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 yselivanov
Recipients andybalaam, aparamon, asvetlov, glin, lisroach, twisteroid ambassador, yselivanov
Date 2019-09-09.14:46:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568040369.51.0.93864143305.issue30782@roundup.psfhosted.org>
In-reply-to
Content
FWIW I've been using TaskGroups in EdgeDB codebase extensively: https://github.com/edgedb/edgedb/blob/master/edb/common/taskgroup.py (you can use the code, it's Apache 2)

The only thing that prevented us from merging them in 3.8 is that we need to formally define & implement ExceptionGroup (or MultiError) in CPython.  I'm going to work on an initial PEP for that this week.
History
Date User Action Args
2019-09-09 14:46:09yselivanovsetrecipients: + yselivanov, andybalaam, asvetlov, glin, lisroach, twisteroid ambassador, aparamon
2019-09-09 14:46:09yselivanovsetmessageid: <1568040369.51.0.93864143305.issue30782@roundup.psfhosted.org>
2019-09-09 14:46:09yselivanovlinkissue30782 messages
2019-09-09 14:46:09yselivanovcreate