]> granicus.if.org Git - python/commit
Issue #22117: time.time() now uses the new _PyTime_t API
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Mar 2015 17:16:17 +0000 (18:16 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Mar 2015 17:16:17 +0000 (18:16 +0100)
commita47b881d86d46ba7c1ee3e007448339e1ed5e2d3
tree80c5c02954314a3fb3da42966a315ac3eb6f6bd5
parent4bfb460d883bd224b61a0e7403a09ea093947890
Issue #22117: time.time() now uses the new _PyTime_t API

* Add _PyTime_GetSystemClockWithInfo()
Include/pytime.h
Modules/timemodule.c
Python/pytime.c