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 ammar2
Recipients ammar2, mba, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-02-11.02:22:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549851750.05.0.750973388202.issue35796@roundup.psfhosted.org>
In-reply-to
Content
Victor is correct, this is a limitation in Windows. As the documentation for time notes:

>Although this module is always available, not all functions are available on all platforms. Most of the functions defined in this module call platform C library functions with the same name. It may sometimes be helpful to consult the platform documentation, because the semantics of these functions varies among platforms.

https://docs.python.org/3/library/time.html#module-time

And as the Windows documentation notes: 

>less than 0 or greater than _MAX__TIME64_T: EINVAL

https://msdn.microsoft.com/en-us/library/a442x3ye.aspx?f=255&MSPPError=-2147217396
History
Date User Action Args
2019-02-11 02:22:31ammar2setrecipients: + ammar2, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, mba
2019-02-11 02:22:30ammar2setmessageid: <1549851750.05.0.750973388202.issue35796@roundup.psfhosted.org>
2019-02-11 02:22:30ammar2linkissue35796 messages
2019-02-11 02:22:29ammar2create