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 xtreak
Recipients vstinner, xtreak
Date 2019-05-30.13:13:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559222013.3.0.0647015849856.issue37100@roundup.psfhosted.org>
In-reply-to
Content
The coroutine is not awaited in the test and generates a RuntimeWarning. Since I used -Werror I guess the warning was converted to an error and thus replacing ZeroDivisionError in the support.catch_unraisable_exception context manager.
History
Date User Action Args
2019-05-30 13:13:33xtreaksetrecipients: + xtreak, vstinner
2019-05-30 13:13:33xtreaksetmessageid: <1559222013.3.0.0647015849856.issue37100@roundup.psfhosted.org>
2019-05-30 13:13:33xtreaklinkissue37100 messages
2019-05-30 13:13:33xtreakcreate