Wrong extension suffixes on win-amd64?
Python 3.7.10 (51efa818fd9b, Apr 04 2021, 12:09:32)
[PyPy 7.3.4 with MSC v.1927 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>> import _imp
>>>> _imp.extension_suffixes()
['.pypy37-pp73-win32.pyd']
In this case, I would expect the extension suffix to be .pypy37-pp73-win_amd64.pyd
.