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, loewis, martin.panter, mkc, pitrou, python-dev, steve.dower, terry.reedy
Date 2015-06-04.11:36:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433417768.46.0.468973489222.issue5319@psf.upfronthosting.co.za>
In-reply-to
Content
I guess this would involve:

* Making a new API called Py_Finalize2() or something that returns the status
* Redefine the existing Py_Finalize() to call Py_Finalize2() and ignore the return value
History
Date User Action Args
2015-06-04 11:36:08martin.pantersetrecipients: + martin.panter, loewis, georg.brandl, terry.reedy, mkc, pitrou, Arfrever, python-dev, steve.dower
2015-06-04 11:36:08martin.pantersetmessageid: <1433417768.46.0.468973489222.issue5319@psf.upfronthosting.co.za>
2015-06-04 11:36:08martin.panterlinkissue5319 messages
2015-06-04 11:36:08martin.pantercreate