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'.