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 martin.panter
Recipients Arfrever, georg.brandl, martin.panter, mkc, pitrou, python-dev, terry.reedy
Date 2014-12-20.08:55:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419065712.61.0.340558050688.issue5319@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that changes Py_Finalize() to return -1 on error, and then sets the exit status to 1. It did not introduce any failures in the test suite for me. However I suspect it deserves more consideration about backwards compatibility etc, which is beyond my knowledge.
History
Date User Action Args
2014-12-20 08:55:12martin.pantersetrecipients: + martin.panter, georg.brandl, terry.reedy, mkc, pitrou, Arfrever, python-dev
2014-12-20 08:55:12martin.pantersetmessageid: <1419065712.61.0.340558050688.issue5319@psf.upfronthosting.co.za>
2014-12-20 08:55:12martin.panterlinkissue5319 messages
2014-12-20 08:55:12martin.pantercreate