Skip to content

Synced docs and docstring for sysconfig.get_platform #135530

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update Lib/sysconfig/__init__.py
Co-authored-by: Mikhail Efimov <[email protected]>
  • Loading branch information
ivanbelenky and efimov-mikhail authored Jun 20, 2025
commit 38052992833f8c0fc77c28c0449cdbd9a01b4286
3 changes: 2 additions & 1 deletion Lib/sysconfig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,8 @@ def get_platform():

- win-amd64 (64-bit Windows on AMD64, aka x86_64, Intel64, and EM64T)
- win-arm64 (64-bit Windows on ARM64, aka AArch64)

- win32 (all others - specifically, sys.platform is returned)

POSIX based OS:

- linux-x86_64
Expand Down
Loading