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 loewis
Recipients amaury.forgeotdarc, arigo, fijal, loewis, theller
Date 2008-05-23.12:41:15
SpamBayes Score 0.26819095
Marked as misclassified No
Message-id <1211546536.76.0.29325537863.issue1798@psf.upfronthosting.co.za>
In-reply-to
Content
I also think that there should be explicit set_errno/get_errno calls. If
you are interfacing to C, things should be as they are in C, i.e. you
have to explicitly set errno to zero if you want to read it afterwards
in a reliable manner (unless you can find out whether an error occurred
by different means, e.g. a -1 return value - which is fairly common).
History
Date User Action Args
2008-05-23 12:42:17loewissetspambayes_score: 0.268191 -> 0.26819095
recipients: + loewis, arigo, theller, amaury.forgeotdarc, fijal
2008-05-23 12:42:17loewissetspambayes_score: 0.268191 -> 0.268191
messageid: <1211546536.76.0.29325537863.issue1798@psf.upfronthosting.co.za>
2008-05-23 12:41:16loewislinkissue1798 messages
2008-05-23 12:41:15loewiscreate