[issue39825] EXT_SUFFIX inconsistent between sysconfig and distutils.sysconfig (Windows)

Michael Felt report at bugs.python.org
Tue Dec 8 05:25:43 EST 2020


Michael Felt <aixtools at felt.demon.nl> added the comment:

Looking at https://github.com/python/cpython/pull/22088/files

imho: the patch forced Windows behavior ("""Initialize the module as appropriate for NT""") to be equivalent to vars['SO'] - which is what the test used to compare.

So, likely the change to the tests would be to have one for NT (per the comment in Lib/sysconfig.py) and the prior test set to be skipped if the platform is `NT` aka non_posix.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39825>
_______________________________________


More information about the Python-bugs-list mailing list