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 methane, mikecrowe, vstinner, wocket
Date 2021-10-01.08:00:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633075208.12.0.518585070473.issue41710@roundup.psfhosted.org>
In-reply-to
Content
With sem_clockwait(CLOCK_MONOTONIC) on Fedora 34 (glibc-2.33-20.fc34.x86_64, Linux kernel 5.13.19-200.fc34.x86_64), time_test.py now works as expected:

$ sudo ./python time_test.py
Took 2.000 s
Took 2.000 s
Took 2.000 s
Took 2.000 s
Took 2.000 s
Took 2.000 s
(...)
History
Date User Action Args
2021-10-01 08:00:08vstinnersetrecipients: + vstinner, methane, wocket, mikecrowe
2021-10-01 08:00:08vstinnersetmessageid: <1633075208.12.0.518585070473.issue41710@roundup.psfhosted.org>
2021-10-01 08:00:08vstinnerlinkissue41710 messages
2021-10-01 08:00:07vstinnercreate