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 vstinner
Recipients gvanrossum, oconnor663, vstinner, yselivanov
Date 2014-10-10.12:23:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412943830.48.0.843787146324.issue22428@psf.upfronthosting.co.za>
In-reply-to
Content
> If the coroutine raises an exception which doesn't inherit from Exception (but inherits from BaseException), run_until_complete() doesn't consume the exception from the temporary task object

I created the issue #22601 for this bug.
History
Date User Action Args
2014-10-10 12:23:50vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, oconnor663
2014-10-10 12:23:50vstinnersetmessageid: <1412943830.48.0.843787146324.issue22428@psf.upfronthosting.co.za>
2014-10-10 12:23:50vstinnerlinkissue22428 messages
2014-10-10 12:23:50vstinnercreate