Message402438
| Author | vstinner |
|---|---|
| Recipients | Livius, akira, python-dev, shankarunni, vstinner, yselivanov |
| Date | 2021-09-22.14:13:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1632320014.58.0.249356375971.issue21302@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Livius: your first PR modified Sleep() in Modules/_tkinter.c to use nanosleep(). I don't see the point since this function has a solution of 1 ms (10^-3). Using select() on Unix is enough: resolution of 1 us (10^-6). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-09-22 14:13:34 | vstinner | set | recipients: + vstinner, akira, python-dev, yselivanov, shankarunni, Livius |
| 2021-09-22 14:13:34 | vstinner | set | messageid: <1632320014.58.0.249356375971.issue21302@roundup.psfhosted.org> |
| 2021-09-22 14:13:34 | vstinner | link | issue21302 messages |
| 2021-09-22 14:13:34 | vstinner | create | |