This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Michael.Felt
Recipients Michael.Felt, dstufft, eric.araujo, frenzy, mattip, miss-islington, paul.moore, pitrou, steve.dower, tarek, tim.golden, vstinner, zach.ware
Date 2020-12-08.10:25:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607423143.05.0.481324991621.issue39825@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-12-08 10:25:43Michael.Feltsetrecipients: + Michael.Felt, paul.moore, pitrou, vstinner, tim.golden, tarek, eric.araujo, zach.ware, mattip, steve.dower, dstufft, frenzy, miss-islington
2020-12-08 10:25:43Michael.Feltsetmessageid: <1607423143.05.0.481324991621.issue39825@roundup.psfhosted.org>
2020-12-08 10:25:43Michael.Feltlinkissue39825 messages
2020-12-08 10:25:42Michael.Feltcreate