Files
cpython/Include
Victor Stinner c29b585fd4 bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Add new time functions:

* time.clock_gettime_ns()
* time.clock_settime_ns()
* time.monotonic_ns()
* time.perf_counter_ns()
* time.process_time_ns()
* time.time_ns()

Add new _PyTime functions:

* _PyTime_FromTimespec()
* _PyTime_FromNanosecondsObject()
* _PyTime_FromTimeval()

Other changes:

* Add also os.times() tests to test_os.
* pytime_fromtimeval() and pytime_fromtimeval() now return
  _PyTime_MAX or _PyTime_MIN on overflow, rather than undefined
  behaviour
* _PyTime_FromNanoseconds() parameter type changes from long long to
  _PyTime_t
2017-11-02 07:28:27 -07:00
..
2017-08-03 09:00:59 +03:00
2016-01-26 00:40:57 +01:00
2013-10-05 16:28:04 -04:00
2010-12-03 20:14:31 +00:00
2010-12-03 20:14:31 +00:00
2016-09-09 12:36:44 -07:00
2016-09-18 18:00:25 -07:00
2015-03-21 09:25:53 +02:00
2014-10-10 11:55:41 +02:00
2017-10-17 02:10:44 -04:00
2010-12-03 20:14:31 +00:00
2017-09-29 15:53:19 -07:00
2017-09-29 15:53:19 -07:00
2016-09-19 22:16:36 -07:00
2016-08-20 08:03:06 +00:00
2017-09-14 18:13:16 -07:00