]> granicus.if.org Git - python/commit
Issue #14368: _PyTime_gettimeofday() cannot fail
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 26 Mar 2012 20:08:02 +0000 (22:08 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 26 Mar 2012 20:08:02 +0000 (22:08 +0200)
commit70b2e1e7d99431cf71c8177dcf42dba03435177e
treee5d71a94af55a7b67b250d468bd61c9180cdaf8b
parenta5cf6c4913980e27f6868d22929e63e5be22e3dc
Issue #14368: _PyTime_gettimeofday() cannot fail

floattime() must not raise an error if the current time is 1970.1.1 at 00:00.
Modules/timemodule.c