Message 320643 - Python tracker

Message320643

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