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 twisteroid ambassador
Recipients asvetlov, twisteroid ambassador, vstinner, yselivanov
Date 2018-06-28.02:18:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530152315.73.0.56676864532.issue33833@psf.upfronthosting.co.za>
In-reply-to
Content
As an aside, I'm wondering whether it makes sense to add a blanket "assert exception handler has not been called" condition to ProactorEventLoop's tests, or even other asyncio tests. It looks like ProactorEventLoop is more prone to dropping exceptions on the floor than SelectorEventLoop.
History
Date User Action Args
2018-06-28 02:18:35twisteroid ambassadorsetrecipients: + twisteroid ambassador, vstinner, asvetlov, yselivanov
2018-06-28 02:18:35twisteroid ambassadorsetmessageid: <1530152315.73.0.56676864532.issue33833@psf.upfronthosting.co.za>
2018-06-28 02:18:35twisteroid ambassadorlinkissue33833 messages
2018-06-28 02:18:34twisteroid ambassadorcreate