]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146) (...
authorVictor Stinner <vstinner@python.org>
Thu, 25 Jun 2026 13:08:35 +0000 (15:08 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 13:08:35 +0000 (13:08 +0000)
commitbe65a38eb71aff2f9cf001099af11a746068609c
tree2530e5ef344254a43571983bac47ce7d1b48936d
parent7e30c9ebb913c84eb8d61b5519ec7828869d5ec8
[3.14] gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146) (#152187) (#152193)

[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)
(cherry picked from commit ae4c2c126b5a67bcf22f182ce818294c1e71b1c5)
Lib/test/pythoninfo.py
Modules/_winapi.c
Modules/clinic/_winapi.c.h