[issue12822] NewGIL should use CLOCK_MONOTONIC if possible.

STINNER Victor report at bugs.python.org
Tue Nov 29 00:46:55 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> The patch is ok on the principle, but we do need a check
> that CLOCK_MONOTONIC is supported at build time.

timemodule.c is now using "#ifdef CLOCK_MONOTONIC".

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12822>
_______________________________________


More information about the Python-bugs-list mailing list