]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146)
authorVictor Stinner <vstinner@python.org>
Thu, 25 Jun 2026 12:02:53 +0000 (14:02 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 12:02:53 +0000 (12:02 +0000)
commitf9910519af8beecba7d65e0348f48fb70b9a31c8
treec0df52a624b6b87e31248063e5f70e172e3fb281
parent2b3ea68cebb99928bcf01263b531239e313a207c
gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146)

* Replace "linux." prefix with "system." in pythoninfo.
* Add _winapi.GetTickCount64() function.
Lib/test/pythoninfo.py
Modules/_winapi.c
Modules/clinic/_winapi.c.h