]> granicus.if.org Git - python/commit
Fix datetime.fromtimestamp(): check bounds
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 10 Feb 2017 09:34:02 +0000 (10:34 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 10 Feb 2017 09:34:02 +0000 (10:34 +0100)
commitb67f0967386a9c9041166d2bbe0a421bd81e10bc
tree71798fffbe09bdb3757bf1928664aba261a695e7
parent57fe245e8c88f49899cf81b0efe289f599c0a249
Fix datetime.fromtimestamp(): check bounds

Issue #29100: Fix datetime.fromtimestamp() regression introduced in Python
3.6.0: check minimum and maximum years.
Lib/test/datetimetester.py
Misc/NEWS
Modules/_datetimemodule.c