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 belopolsky, tim.peters, vstinner
Date 2014-08-01.23:01:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406934103.61.0.767415162703.issue22117@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a more complete patch (version 3). It uses _PyTimeSpec in more functions.

I tested the patch on Linux, Windows, FreeBSD, OpenBSD. I was surprised to find bugs. For example, Windows has a time_t larger than long, whereas OpenBSD 5.4 (on 64 bit) has a time_t smaller than long.
History
Date User Action Args
2014-08-01 23:01:45vstinnersetrecipients: + vstinner, tim.peters, belopolsky
2014-08-01 23:01:43vstinnersetmessageid: <1406934103.61.0.767415162703.issue22117@psf.upfronthosting.co.za>
2014-08-01 23:01:43vstinnerlinkissue22117 messages
2014-08-01 23:01:43vstinnercreate