Open
Description
It would be useful to be able to detect:
- the platform as 32-bit vs 64-bit vs ARM64.
- the windows api partition
- multiple partitions can be true at the same time, so this should probably be a named tuple
@zooba you mentioned adding them to sys.implementation
. Since they are only available on windows, I assume this would mean adding them with an underscore prefix? The alternative would be a separate API similar to sys.winver
.
This is a follow up to #102256.