Message 403001 - Python tracker
Message403001
| 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:08 | vstinner | set | recipients: + vstinner, methane, wocket, mikecrowe |
| 2021-10-01 08:00:08 | vstinner | set | messageid: <1633075208.12.0.518585070473.issue41710@roundup.psfhosted.org> |
| 2021-10-01 08:00:08 | vstinner | link | issue41710 messages |
| 2021-10-01 08:00:07 | vstinner | create | |