[issue30183] [HPUX] compilation error in pytime.c with cc compiler

STINNER Victor report at bugs.python.org
Thu Apr 27 09:22:20 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue30183>
_______________________________________


More information about the Python-bugs-list mailing list