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 vstinner
Recipients JohnLeitch, belopolsky, brycedarling, eryksun, skrah, steve.dower, terry.reedy, vstinner, zach.ware
Date 2015-09-14.16:29:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442248162.95.0.760027256042.issue25092@psf.upfronthosting.co.za>
In-reply-to
Content
It's common in Modules/posixmodule.c to set errno to 0 before calling a C function, especially when "errno != 0" is checked after the call (because it's the only way to check if the function failed?).
History
Date User Action Args
2015-09-14 16:29:22vstinnersetrecipients: + vstinner, terry.reedy, belopolsky, skrah, zach.ware, eryksun, steve.dower, JohnLeitch, brycedarling
2015-09-14 16:29:22vstinnersetmessageid: <1442248162.95.0.760027256042.issue25092@psf.upfronthosting.co.za>
2015-09-14 16:29:22vstinnerlinkissue25092 messages
2015-09-14 16:29:22vstinnercreate