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 Arfrever, georg.brandl, loewis, martin.panter, mkc, pitrou, python-dev, rbcollins, steve.dower, terry.reedy
Date 2015-08-15.00:47:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439599665.56.0.563093344903.issue5319@psf.upfronthosting.co.za>
In-reply-to
Content
I think you need to make the following changes:

 - Py_Exit with a non-zero status code should probably preserve the code rather than replacing it with 1.
 - Ditto in Py_Main.
 - Add a defs entry for Py_FinalizeEx - should be a copy of the Py_Finalize entry with the return type modified.
History
Date User Action Args
2015-08-15 00:47:45rbcollinssetrecipients: + rbcollins, loewis, georg.brandl, terry.reedy, mkc, pitrou, Arfrever, python-dev, martin.panter, steve.dower
2015-08-15 00:47:45rbcollinssetmessageid: <1439599665.56.0.563093344903.issue5319@psf.upfronthosting.co.za>
2015-08-15 00:47:45rbcollinslinkissue5319 messages
2015-08-15 00:47:44rbcollinscreate