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 <[email protected]>
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: <[email protected]>
2014-10-22 11:04:29pitroulinkissue22599 messages
2014-10-22 11:04:29pitroucreate