Message 403632 - Python tracker
Message403632
| Author | vstinner |
|---|---|
| Recipients | Livius, akira, eryksun, python-dev, shankarunni, vstinner, yselivanov |
| Date | 2021-10-11.08:28:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1633940940.04.0.613566522737.issue21302@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> That said, using a waitable timer leaves the door open for improvement in future versions of Python. In particular, it's possible to get higher resolution in newer versions of Windows 10 and Windows 11 with CreateWaitableTimerExW() and the undocumented flag CREATE_WAITABLE_TIMER_HIGH_RESOLUTION (2). I created bpo-45429 "[Windows] time.sleep() should use CREATE_WAITABLE_TIMER_HIGH_RESOLUTION". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-10-11 08:29:00 | vstinner | set | recipients: + vstinner, akira, python-dev, yselivanov, eryksun, shankarunni, Livius |
| 2021-10-11 08:29:00 | vstinner | set | messageid: <1633940940.04.0.613566522737.issue21302@roundup.psfhosted.org> |
| 2021-10-11 08:29:00 | vstinner | link | issue21302 messages |
| 2021-10-11 08:28:59 | vstinner | create | |