On Windows, in Python version prior to 3.8.7, the `sysconfig` modules provides an extension filename suffix that disagrees the one returned by `distutils.sysconfig`. Get the more awesome suffix from the latter when building for a Python version known to present this issue. Simplify the extension module filename suffix lookup to use the same method used by `setuptools`. Adjust project tests accordingly. Fixes #10960.pull/11105/head
parent
0404ad5601
commit
235f32f1a6
2 changed files with 20 additions and 6 deletions
Loading…
Reference in new issue