]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() (#116822)
authorVictor Stinner <vstinner@python.org>
Mon, 18 Mar 2024 16:13:01 +0000 (17:13 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 16:13:01 +0000 (17:13 +0100)
commit1d95451be1f3080904c00cc4c4a6cc519efdf321
treec76d159aac129fd799bee2ac5dce507e6d803097
parentc80d2d3263b3caf579777fd2a98399aeb3497f23
gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() (#116822)
Doc/whatsnew/3.13.rst
Misc/NEWS.d/next/Library/2024-03-14-17-21-25.gh-issue-63207.LV16SL.rst [new file with mode: 0644]
Python/pytime.c