[issue25155] Windows: datetime.datetime.now() raises an OverflowError for date after year 2038

Petter S report at bugs.python.org
Mon Jun 25 13:55:37 EDT 2018


Petter S <petter.strandmark at gmail.com> added the comment:

For Python 3:

$ python3 --version
Python 3.7.0b3
$ python3
Fatal Python error: _Py_InitializeMainInterpreter: can't initialize time
OverflowError: timestamp too large to convert to C _PyTime_t

Current thread 0x00007f0232c21080 (most recent call first):
Aborted (core dumped)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue25155>
_______________________________________


More information about the Python-bugs-list mailing list