This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients BTaskaya, belopolsky, p-ganssle, pitrou, vstinner
Date 2020-05-15.03:01:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589511661.31.0.537389907227.issue40192@roundup.psfhosted.org>
In-reply-to
Content
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)
History
Date User Action Args
2020-05-15 03:01:01vstinnersetrecipients: + vstinner, belopolsky, pitrou, p-ganssle, BTaskaya
2020-05-15 03:01:01vstinnersetmessageid: <1589511661.31.0.537389907227.issue40192@roundup.psfhosted.org>
2020-05-15 03:01:01vstinnerlinkissue40192 messages
2020-05-15 03:01:00vstinnercreate