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

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