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 2015-01-06.00:36:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420504584.2.0.68055084137.issue22428@psf.upfronthosting.co.za>
In-reply-to
Content
A lot of fixes has been commited to fix this general issue with asyncio at exit.

run_until_complete() doesn't log an error anymore when a BaseException (like KeyboardInterrupted) is raised. The caller is able to decide how to handle it.

The traceback module has been enhanced to try to fix the "AttributeError: 'module' object has no attribute 'open'" error (or at least reduce the risk of such error). A better solution is being developed.

The initial issue was fixed, I close the issue. Thanks for the report Jack. Sorry, I forgot to update this issue since it was splitted in many smaller and more specific issues.
History
Date User Action Args
2015-01-06 00:36:24vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, oconnor663
2015-01-06 00:36:24vstinnersetmessageid: <1420504584.2.0.68055084137.issue22428@psf.upfronthosting.co.za>
2015-01-06 00:36:24vstinnerlinkissue22428 messages
2015-01-06 00:36:24vstinnercreate