]> granicus.if.org Git - python/commit
Fix test_datetime on system with 32-bit time_t
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 10 Feb 2017 10:45:14 +0000 (11:45 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 10 Feb 2017 10:45:14 +0000 (11:45 +0100)
commit6f37e3645df5ef1820f3b9d21a0ebed7592d7edc
treeceb64f204c99e890653aeaea9a446fecc8b0df4c
parentb67f0967386a9c9041166d2bbe0a421bd81e10bc
Fix test_datetime on system with 32-bit time_t

Issue #29100: Catch OverflowError in the new test_timestamp_limits() test.
Lib/test/datetimetester.py