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 serhiy.storchaka
Recipients BreamoreBoy, Viktor.Chynarov, belopolsky, benjamin.peterson, kushal.das, lemburg, r.david.murray, serhiy.storchaka, vstinner
Date 2013-02-05.12:27:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360067225.55.0.131487026603.issue16137@psf.upfronthosting.co.za>
In-reply-to
Content
A new patch uses asctime_s() on Windows (this crash was observed only on Windows). This should prevent a crash. In additional it drops '\n' from a result even if the result is longer than usually (this happened on Linux when an invalid time is used).

Please run test_time on Windows.
History
Date User Action Args
2013-02-05 12:27:05serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, belopolsky, vstinner, benjamin.peterson, r.david.murray, BreamoreBoy, kushal.das, Viktor.Chynarov
2013-02-05 12:27:05serhiy.storchakasetmessageid: <1360067225.55.0.131487026603.issue16137@psf.upfronthosting.co.za>
2013-02-05 12:27:05serhiy.storchakalinkissue16137 messages
2013-02-05 12:27:05serhiy.storchakacreate