STINNER Victor added the comment:

I'm quite sure that once I wrote a patch using gethrtime() for Solaris, but 
then I saw that it's the same clock than clock_gettime(CLOCK_MONOTONIC), so I 
removed gethrtime() to simplify the code.

See also my PEP 418, which mentions gethrtime() by the way:
https://www.python.org/dev/peps/pep-0418/#solaris-gethrtime

----------

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

Reply via email to