Michael Felt <aixto...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39825>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to