STINNER Victor added the comment:

pymonotonic.patch is large and difficult to review. I prefer to split it into 
two parts:

- pytimespec.patch: Change pytime.h to use _PyTimeSpec structure (nanosecond 
resolution) instead of _PyTime_timeval structure (microsecond resolution)

- pymonotonic-2.patch: Add _PyTimeSpec_monotonic() and 
_PyTimeSpec_monotonic_info()

----------
Added file: http://bugs.python.org/file36176/pytimespec.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22043>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to