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 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:18asvetlovsetrecipients: + asvetlov, gvanrossum, socketpair, yselivanov
2018-01-11 09:43:18asvetlovsetmessageid: <1515663798.59.0.467229070634.issue32528@psf.upfronthosting.co.za>
2018-01-11 09:43:18asvetlovlinkissue32528 messages
2018-01-11 09:43:18asvetlovcreate