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-06.03:27:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433561243.41.0.832625167532.issue5319@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch adding a new Py_FinalizeEx() API. Please let me know if anything else needs to be added. Perhaps some sort of Py_LIMITED_API condition, adding to PC/python3.def, etc. I am not really familiar with these things.

I also changed the version notices to 3.6, assuming it is too late for 3.5.
History
Date User Action Args
2015-06-06 03:27:23martin.pantersetrecipients: + martin.panter, loewis, georg.brandl, terry.reedy, mkc, pitrou, Arfrever, python-dev, steve.dower
2015-06-06 03:27:23martin.pantersetmessageid: <1433561243.41.0.832625167532.issue5319@psf.upfronthosting.co.za>
2015-06-06 03:27:23martin.panterlinkissue5319 messages
2015-06-06 03:27:14martin.pantercreate