Message309799
| Author | asvetlov |
|---|---|
| Recipients | asvetlov, gvanrossum, socketpair, yselivanov |
| Date | 2018-01-11.09:43:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1515663798.59.0.467229070634.issue32528@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Inheritance from Exception is very annoying, I saw issues with unexpected suppressing CancelledError many times. Even experienced people constantly forget to add a separate `except asyncio.CancelledError` clause everywhere. But proposed change is backward incompatible, sure. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-01-11 09:43:18 | asvetlov | set | recipients: + asvetlov, gvanrossum, socketpair, yselivanov |
| 2018-01-11 09:43:18 | asvetlov | set | messageid: <1515663798.59.0.467229070634.issue32528@psf.upfronthosting.co.za> |
| 2018-01-11 09:43:18 | asvetlov | link | issue32528 messages |
| 2018-01-11 09:43:18 | asvetlov | create | |