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 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:34vstinnersetrecipients: + vstinner, akira, python-dev, yselivanov, shankarunni, Livius
2021-09-22 14:13:34vstinnersetmessageid: <1632320014.58.0.249356375971.issue21302@roundup.psfhosted.org>
2021-09-22 14:13:34vstinnerlinkissue21302 messages
2021-09-22 14:13:34vstinnercreate