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, r.david.murray, skrah, steve.dower, terry.reedy, vstinner, zach.ware
Date 2015-09-14.22:14:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442268879.55.0.989833591663.issue25092@psf.upfronthosting.co.za>
In-reply-to
Content
+#if defined _MSC_VER && _MSC_VER >= 1400 && defined(__STDC_SECURE_LIB__)
+        errno = 0;
+#endif

This code is too complex. Please remove the #if and always set errno to 0, on any platform!
History
Date User Action Args
2015-09-14 22:14:39vstinnersetrecipients: + vstinner, terry.reedy, belopolsky, r.david.murray, skrah, zach.ware, eryksun, steve.dower, JohnLeitch, brycedarling
2015-09-14 22:14:39vstinnersetmessageid: <1442268879.55.0.989833591663.issue25092@psf.upfronthosting.co.za>
2015-09-14 22:14:39vstinnerlinkissue25092 messages
2015-09-14 22:14:39vstinnercreate