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 pitrou, vstinner
Date 2014-10-10.11:51:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412941909.07.0.614855043538.issue22599@psf.upfronthosting.co.za>
In-reply-to
Content
> There is no patch.

Oh no :-( I revert all my local changes and I forgot to produce the patch... My change added a new sys._is_finalizing() function which exposes the private C variable "_Py_Finalizing".

Well, here is a patch which implements the first option (ignore linecache errors).
History
Date User Action Args
2014-10-10 11:51:49vstinnersetrecipients: + vstinner, pitrou
2014-10-10 11:51:49vstinnersetmessageid: <1412941909.07.0.614855043538.issue22599@psf.upfronthosting.co.za>
2014-10-10 11:51:49vstinnerlinkissue22599 messages
2014-10-10 11:51:48vstinnercreate