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 pitrou
Recipients martin.panter, pitrou, serhiy.storchaka, vstinner
Date 2014-10-22.11:04:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413975869.27.0.331914004145.issue22599@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks fragile to me: who knows whether other similar problems can appear in other situations?

I would prefer something like traceback_ignore_linecache_error.patch, perhaps combined with a new function that would tell you whether the interpreter is shutting down.
History
Date User Action Args
2014-10-22 11:04:29pitrousetrecipients: + pitrou, vstinner, martin.panter, serhiy.storchaka
2014-10-22 11:04:29pitrousetmessageid: <1413975869.27.0.331914004145.issue22599@psf.upfronthosting.co.za>
2014-10-22 11:04:29pitroulinkissue22599 messages
2014-10-22 11:04:29pitroucreate