[issue40192] time.thread_time isn't outputting in nanoseconds in AIX

STINNER Victor report at bugs.python.org
Thu May 14 23:01:01 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

Which implementation is currently used on AIX? What's the output of the following command?

$ ./python
Python 3.9.0a6+ (heads/master:4a12d12186, May 15 2020, 04:55:17) 
>>> import time; time.get_clock_info('thread_time')
namespace(adjustable=False, implementation='clock_gettime(CLOCK_THREAD_CPUTIME_ID)', monotonic=True, resolution=1e-09)

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40192>
_______________________________________


More information about the Python-bugs-list mailing list