gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() by vstinner · Pull Request #116822 · python/cpython
vstinner
changed the title
gh-88494: Use GetSystemTimePreciseAsFileTime() in time.time()
gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time()
vstinner added a commit to vstinner/distributed that referenced this pull request
Closes dask#8641. _WindowsTime is no longer needed on Windows with Python 3.13. On Windows, Python 3.13 now uses GetSystemTimePreciseAsFileTime() for time.time() and QueryPerformanceCounter() for time.monotonic(). * python/cpython#116781 * python/cpython#116822
fjetter pushed a commit to dask/distributed that referenced this pull request
Closes #8641. _WindowsTime is no longer needed on Windows with Python 3.13. On Windows, Python 3.13 now uses GetSystemTimePreciseAsFileTime() for time.time() and QueryPerformanceCounter() for time.monotonic(). * python/cpython#116781 * python/cpython#116822
xrmx
mentioned this pull request
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
pythonGH-136068) (cherry picked from commit 486587d) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
pythonGH-136068) (cherry picked from commit 486587d) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request