Benjamin Szőke added the comment:
A similar solution was introduced in VirtualBox some months ago. Soon, i could
get back my Windows 10 developing PC and i can try this things.
https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Runtime/r3/win/timer-win.cpp#L312
Change by Benjamin Szőke :
--
nosy: +Livius
___
Python tracker
<https://bugs.python.org/issue45429>
___
___
Python-bugs-list mailing list
Unsubscribe:
Benjamin Szőke added the comment:
In other words, using absolute timeout can eliminate the systematic error of
desired sleep time.
--
___
Python tracker
<https://bugs.python.org/issue21
Benjamin Szőke added the comment:
It is not true that there are no benefits. Absolute timeout using can reduce
the overhead time of any variable and object intialization cost before the
WaitForMultipleObjects() which will perform the real sleeping via blocking wait
in pysleep
Benjamin Szőke added the comment:
Absolute timeout implementation via SetWaitableTimer() and
GetSystemTimePreciseAsFileTime() is always better because it can reduce the
"waste time" or "overhead time" what is always exist in any simple interval
sleep implementation. More
Benjamin Szőke added the comment:
https://www.python.org/downloads/windows/
"Note that Python 3.10.0 cannot be used on Windows 7 or earlier."
vstinner: Is it true that Windows 7 is not supported OS anymore? In this case
we do not need to care about Windows 7 and earlier
Benjamin Szőke added the comment:
Do you have any information about when will be it released in 3.11?
--
___
Python tracker
<https://bugs.python.org/issue21
Change by Benjamin Szőke :
--
pull_requests: +26917
pull_request: https://github.com/python/cpython/pull/28526
___
Python tracker
<https://bugs.python.org/issue21
Change by Benjamin Szőke :
--
pull_requests: +26754
pull_request: https://github.com/python/cpython/pull/28341
___
Python tracker
<https://bugs.python.org/issue21
Benjamin Szőke added the comment:
Can you review my final implementation?
https://github.com/python/cpython/pull/28111
--
versions: +Python 3.11
___
Python tracker
<https://bugs.python.org/issue21
Change by Benjamin Szőke :
--
nosy: +Livius
nosy_count: 5.0 -> 6.0
pull_requests: +26552
pull_request: https://github.com/python/cpython/pull/28111
___
Python tracker
<https://bugs.python.org/issu
11 matches
Mail list logo