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 <[email protected]>
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: <[email protected]>
2014-10-10 12:23:50vstinnerlinkissue22428 messages
2014-10-10 12:23:50vstinnercreate