Here are some unresolved questions from the old distutils-sig thread, quoting Paul Moore:
> 2. How should tools determine which ABIs a given Python supports?
> (This is the get_supported function in wheel and distlib). The "Use"
> gives a Linux-based example, but nothing normative and nothing that is
> understandable to a Windows user.
And from Vinay Sajip
> For Windows, we (eventually) need some low-level sysconfig-supported way
> to get the ABI information in an analogous way to how it happens on POSIX: and
> because that's not currently there, distlib doesn't provide any ABI information
> on Windows other than "none".