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 Jeffrey.Armstrong
Recipients Jeffrey.Armstrong, ezio.melotti, loewis, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2014-11-04.11:26:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415100410.07.0.423523769889.issue21931@psf.upfronthosting.co.za>
In-reply-to
Content
There's not much to look into.  If the Python function encounters an argument error, it returns an uninitialized integer as an "error code."  This patch fixes incorrect C code, nothing more.
History
Date User Action Args
2014-11-04 11:26:50Jeffrey.Armstrongsetrecipients: + Jeffrey.Armstrong, loewis, tim.golden, ezio.melotti, r.david.murray, zach.ware, steve.dower
2014-11-04 11:26:50Jeffrey.Armstrongsetmessageid: <1415100410.07.0.423523769889.issue21931@psf.upfronthosting.co.za>
2014-11-04 11:26:50Jeffrey.Armstronglinkissue21931 messages
2014-11-04 11:26:49Jeffrey.Armstrongcreate