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 Dschoni
Recipients Dschoni, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-07-09.10:32:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562668345.09.0.775729583969.issue37527@roundup.psfhosted.org>
In-reply-to
Content
A long description of the issue can be found on SO here: https://stackoverflow.com/questions/56931738/python-crash-on-windows-with-a-datetime-close-to-the-epoch?noredirect=1#comment100413591_56931738

TL;DR:

This fails on windows:

from datetime import datetime
datetime.fromtimestamp(1).timestamp()
History
Date User Action Args
2019-07-09 10:32:25Dschonisetrecipients: + Dschoni, paul.moore, tim.golden, zach.ware, steve.dower
2019-07-09 10:32:25Dschonisetmessageid: <1562668345.09.0.775729583969.issue37527@roundup.psfhosted.org>
2019-07-09 10:32:25Dschonilinkissue37527 messages
2019-07-09 10:32:24Dschonicreate