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 steve.dower
Recipients Arfrever, georg.brandl, loewis, martin.panter, mkc, pitrou, python-dev, steve.dower, terry.reedy
Date 2015-06-02.13:11:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433250679.1.0.979562966545.issue5319@psf.upfronthosting.co.za>
In-reply-to
Content
Going from void to int is fine for when the return value is ignored. However, those who check the return value will see garbage on earlier versions.

As always, safest to add a new function here. Or make the stable version continue to be void - it won't affect the exports.
History
Date User Action Args
2015-06-02 13:11:19steve.dowersetrecipients: + steve.dower, loewis, georg.brandl, terry.reedy, mkc, pitrou, Arfrever, python-dev, martin.panter
2015-06-02 13:11:19steve.dowersetmessageid: <1433250679.1.0.979562966545.issue5319@psf.upfronthosting.co.za>
2015-06-02 13:11:19steve.dowerlinkissue5319 messages
2015-06-02 13:11:19steve.dowercreate