]> granicus.if.org Git - python/commit
Issue #22117: Fix _PyTime_GetMonotonicClock() and
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 28 Mar 2015 04:24:19 +0000 (05:24 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 28 Mar 2015 04:24:19 +0000 (05:24 +0100)
commitcb0c60258b9c11b7742b6e1e6d65e33a6c9a3332
treec6b4ab19320d66be1da2f24eb723cf539b634c2d
parent02937aab13ecfe1f67b8de48c37412b0328217ec
Issue #22117: Fix _PyTime_GetMonotonicClock() and
_PyTime_GetSystemClockWithInfo() to not raise an exception and return 0 on
error (it should never occur)
Python/pytime.c