]> granicus.if.org Git - python/commit
Issue #22117: Use the _PyTime_t API for time.clock_settime()
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 28 Mar 2015 03:09:41 +0000 (04:09 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 28 Mar 2015 03:09:41 +0000 (04:09 +0100)
commitb3b454407058cd57d8a401a5aeb018d4ccb87616
treeb1e53ecf7dd67abfd8b1573e16c02210391f06d1
parentc337838af798354603457043e2ad8cfd3cbea36e
Issue #22117: Use the _PyTime_t API for time.clock_settime()

Remove also the now unused _PyTime_AddDouble() function.
Include/pytime.h
Modules/timemodule.c
Python/pytime.c