◐ Shell
clean mode source ↗

gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() by vstinner · Pull Request #116822 · python/cpython

@vstinner vstinner changed the title gh-88494: Use GetSystemTimePreciseAsFileTime() in time.time() gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time()

Mar 14, 2024

@vstinner

eryksun

vstinner added a commit to vstinner/cpython that referenced this pull request

Mar 20, 2024

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 25, 2024

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request

Apr 17, 2024

vstinner added a commit to vstinner/distributed that referenced this pull request

May 7, 2024
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

May 8, 2024
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 xrmx mentioned this pull request

Jan 17, 2025

vstinner pushed a commit that referenced this pull request

Jun 30, 2025

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 30, 2025
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

Jun 30, 2025
pythonGH-136068)

(cherry picked from commit 486587d)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>

vstinner pushed a commit that referenced this pull request

Jun 30, 2025

vstinner pushed a commit that referenced this pull request

Jun 30, 2025

AndPuQing pushed a commit to AndPuQing/cpython that referenced this pull request

Jul 11, 2025

Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request

Jul 12, 2025

picnixz pushed a commit to picnixz/cpython that referenced this pull request

Jul 13, 2025

taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request

Aug 4, 2025

Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request

Aug 19, 2025