-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sysconfig.get_platform(): specify result for Windows ARM64 #128696
Comments
If you don't mind, I'll add it today :) |
FFY00
pushed a commit
that referenced
this issue
Jan 11, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 13, 2025
…pythonGH-128701) (cherry picked from commit 553cdc6) Co-authored-by: RUANG (James Roy) <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 13, 2025
…pythonGH-128701) (cherry picked from commit 553cdc6) Co-authored-by: RUANG (James Roy) <[email protected]>
Triage: PR merged and backported. Please re-open if there's more to do. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.python.org/3/library/sysconfig.html#sysconfig.get_platform currently says for Windows:
Since #77306 was implemented, ARM64 is a possibility on Windows as well, so the expected platform identifier should be listed in the docs.
Linked PRs
The text was updated successfully, but these errors were encountered: