gh-128696: Add arm64 to the get_platform return val description (GH-128701)
(cherry picked from commit
553cdc6d6856c1b4539a45eb90d0769f7c629355)
Co-authored-by: RUANG (James Roy) <longjinyii@outlook.com>
Windows will return one of:
- - win-amd64 (64bit Windows on AMD64, aka x86_64, Intel64, and EM64T)
+ - 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)
macOS can return:
solaris-2.6-sun4u
Windows will return one of:
- win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc)
+ win-amd64 (64-bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc)
+ win-arm64 (64-bit Windows on ARM64 (aka AArch64)
win32 (all others - specifically, sys.platform is returned)
For other non-POSIX platforms, currently just returns 'sys.platform'.