]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146) (...
authorVictor Stinner <vstinner@python.org>
Thu, 25 Jun 2026 12:34:16 +0000 (14:34 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 12:34:16 +0000 (12:34 +0000)
commitae4c2c126b5a67bcf22f182ce818294c1e71b1c5
treefbf36529cb6295c4b99c700ac585e77751d75b41
parent1deffc37fd0b95f86f2ea43cedb1f9b2dc7a1d2d
[3.15] gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146) (#152187)

gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146)

* Replace "linux." prefix with "system." in pythoninfo.
* Add _winapi.GetTickCount64() function.

(cherry picked from commit f9910519af8beecba7d65e0348f48fb70b9a31c8)
Lib/test/pythoninfo.py
Modules/_winapi.c
Modules/clinic/_winapi.c.h