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 eryksun
Recipients JohnLeitch, belopolsky, brycedarling, eryksun, skrah, steve.dower, terry.reedy, vstinner, zach.ware
Date 2015-09-14.14:01:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442239301.32.0.302262098226.issue25092@psf.upfronthosting.co.za>
In-reply-to
Content
> errno should always be cleared before use (in C99 at least,
> not sure what the crt does).

The CRT's strftime doesn't clear errno. I suggested clearing it in issue 25029, msg250215.
History
Date User Action Args
2015-09-14 14:01:41eryksunsetrecipients: + eryksun, terry.reedy, belopolsky, vstinner, skrah, zach.ware, steve.dower, JohnLeitch, brycedarling
2015-09-14 14:01:41eryksunsetmessageid: <1442239301.32.0.302262098226.issue25092@psf.upfronthosting.co.za>
2015-09-14 14:01:41eryksunlinkissue25092 messages
2015-09-14 14:01:41eryksuncreate