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 eryksun
Recipients Livius, akira, eryksun, python-dev, shankarunni, vstinner, yselivanov
Date 2021-10-10.01:55:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633830952.87.0.479099316101.issue21302@roundup.psfhosted.org>
In-reply-to
Content
> Is there any benefit of calling SetWaitableTimer() with an 
> absolute timeout

No, the due time of a timer object is stored in absolute interrupt time, not absolute system time. This has to be calculated either way, and it's actually more work for the kernel if an absolute system time is passed.
History
Date User Action Args
2021-10-10 01:55:52eryksunsetrecipients: + eryksun, vstinner, akira, python-dev, yselivanov, shankarunni, Livius
2021-10-10 01:55:52eryksunsetmessageid: <1633830952.87.0.479099316101.issue21302@roundup.psfhosted.org>
2021-10-10 01:55:52eryksunlinkissue21302 messages
2021-10-10 01:55:52eryksuncreate