Message 351486 - Python tracker
Message351486
| 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:09 | yselivanov | set | recipients: + yselivanov, andybalaam, asvetlov, glin, lisroach, twisteroid ambassador, aparamon |
| 2019-09-09 14:46:09 | yselivanov | set | messageid: <1568040369.51.0.93864143305.issue30782@roundup.psfhosted.org> |
| 2019-09-09 14:46:09 | yselivanov | link | issue30782 messages |
| 2019-09-09 14:46:09 | yselivanov | create | |