diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2016-07-26 12:23:16 -0400 |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2016-07-26 12:23:16 -0400 |
commit | 611adf246639711489bc63382743fdd6428b4fe3 (patch) | |
tree | 65ec45cc7771fe0eaf626f271d8bef56962294fe /Lib/test/test_pydoc.py | |
parent | 8d4989687cc8f7e4add7fd3b09e131fa26e3f132 (diff) | |
download | cpython-git-611adf246639711489bc63382743fdd6428b4fe3.tar.gz |
Issue #24773: Fixed tests failures on systems with 32-bit time_t.
Several 32-bit systems have issues with transitions in the year
2037. This is a bug in the system C library since time_t does not
overflow until 2038, but let's skip tests starting from 2037 to work
around those bugs.
Diffstat (limited to 'Lib/test/test_pydoc.py')
0 files changed, 0 insertions, 0 deletions