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 belopolsky
Recipients belopolsky
Date 2016-09-10.19:13:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473534829.3.0.972472508629.issue28067@psf.upfronthosting.co.za>
In-reply-to
Content
POSIX localtime function mutates global state which leads to subtle bugs on some platforms.  We should call localtime_r or localtime_s instead.

See issue 22627.
History
Date User Action Args
2016-09-10 19:13:49belopolskysetrecipients: + belopolsky
2016-09-10 19:13:49belopolskysetmessageid: <1473534829.3.0.972472508629.issue28067@psf.upfronthosting.co.za>
2016-09-10 19:13:49belopolskylinkissue28067 messages
2016-09-10 19:13:49belopolskycreate