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 rbcollins
Recipients martin.panter, rbcollins, serhiy.storchaka
Date 2015-08-14.23:57:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439596651.06.0.0971844490268.issue24864@psf.upfronthosting.co.za>
In-reply-to
Content
This patch is a minimal stab at the issue.

We should do this change because as it stands genuine user affecting errors can be masked both in pipelines and non-pipeline cases.

A more comprehensive patch would also change e.g. Py_Exit, and the various other users of Py_Finalize like freeze.

I'm not sure where to add an automated test for this; it does sane things under my manual testing.
History
Date User Action Args
2015-08-14 23:57:31rbcollinssetrecipients: + rbcollins, martin.panter, serhiy.storchaka
2015-08-14 23:57:31rbcollinssetmessageid: <1439596651.06.0.0971844490268.issue24864@psf.upfronthosting.co.za>
2015-08-14 23:57:31rbcollinslinkissue24864 messages
2015-08-14 23:57:30rbcollinscreate