Skip to content

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

Merged
vstinner merged 1 commit into
python:3.15from
vstinner:pythoninfo_windows15
Jun 25, 2026
Merged

[3.15] gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146)#152187
vstinner merged 1 commit into
python:3.15from
vstinner:pythoninfo_windows15

Conversation

@vstinner

@vstinner vstinner commented Jun 25, 2026

Copy link
Copy Markdown
Member
  • Replace "linux." prefix with "system." in pythoninfo.
  • Add _winapi.GetTickCount64() function.

(cherry picked from commit f991051)

…ython#152146)

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

(cherry picked from commit f991051)
@vstinner vstinner added skip news needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Jun 25, 2026
@vstinner vstinner enabled auto-merge (squash) June 25, 2026 12:17
@vstinner vstinner merged commit ae4c2c1 into python:3.15 Jun 25, 2026
58 checks passed
@vstinner vstinner deleted the pythoninfo_windows15 branch June 25, 2026 12:34
@miss-islington-app

Copy link
Copy Markdown

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

@miss-islington-app

Copy link
Copy Markdown

Sorry, @vstinner, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker ae4c2c126b5a67bcf22f182ce818294c1e71b1c5 3.14

@miss-islington-app

Copy link
Copy Markdown

Sorry, @vstinner, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker ae4c2c126b5a67bcf22f182ce818294c1e71b1c5 3.13

@bedevere-app

bedevere-app Bot commented Jun 25, 2026

Copy link
Copy Markdown

GH-152193 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jun 25, 2026
@vstinner vstinner removed the needs backport to 3.13 bugs and security fixes label Jun 25, 2026
vstinner added a commit that referenced this pull request Jun 25, 2026
…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 f991051)
(cherry picked from commit ae4c2c1)
vstinner added a commit that referenced this pull request Jun 25, 2026
…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 f991051)
(cherry picked from commit ae4c2c1)
(cherry picked from commit be65a38)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant