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 vstinner
Date 2014-10-10.11:40:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412941207.17.0.291278952246.issue22599@psf.upfronthosting.co.za>
In-reply-to
Content
Errors in the traceback module (caused by linecache) are common when working on the asyncio module in debug mode. The asyncio tries to log exceptions at exit to help the debug to track bugs. It uses the garbage collector and destructors on objects. Example of debug tool:
https://docs.python.org/dev/library/asyncio-dev.html#detect-exceptions-never-consumed

See for examples issues #22428 and #22480.
History
Date User Action Args
2014-10-10 11:40:07vstinnersetrecipients: + vstinner
2014-10-10 11:40:07vstinnersetmessageid: <1412941207.17.0.291278952246.issue22599@psf.upfronthosting.co.za>
2014-10-10 11:40:07vstinnerlinkissue22599 messages
2014-10-10 11:40:07vstinnercreate