New submission from Batuhan Taskaya <batuhanosmantask...@gmail.com>:
The resolution for thread_time is really low on AIX, but fortunately there is a way to get thread time in nanoseconds with thread_cputime. -bash-4.4$ ./python Python 3.9.0a5+ (heads/master:909f4a3, Apr 4 2020, 20:15:24) [C] on aix Type "help", "copyright", "credits" or "license" for more information. >>> import time >>> time.thread_time() 0.02 ---------- components: Library (Lib) messages: 365807 nosy: BTaskaya, pitrou priority: normal severity: normal status: open title: time.thread_time isn't outputting in nanoseconds in AIX versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40192> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com