Skip to content

sysconfig.get_platform(): specify result for Windows ARM64 #128696

@ncoghlan

Description

@ncoghlan

https://docs.python.org/3/library/sysconfig.html#sysconfig.get_platform currently says for Windows:

Windows will return one of:

  • win-amd64 (64bit Windows on AMD64, aka x86_64, Intel64, and EM64T)
  • win32 (all others - specifically, sys.platform is returned)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.12only security fixes3.13bugs and security fixes3.14bugs and security fixesdocsDocumentation in the Doc dir

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions