[issue35433] Correctly detect installed SDK versions

Steve Dower report at bugs.python.org
Mon Dec 10 18:28:56 EST 2018


Steve Dower <steve.dower at python.org> added the comment:

Both io.h and stddef.h are from the UCRT, which *may* go through a different detection process than the rest of the WinSDK. That might be the cause.

The "didn't find any supported SDKs" behavior is to try and use the earliest, which should fail, but all the others were going to fail too. I wonder if checking the installed UAP platform data is the wrong check, and we should look for a specific Include file instead?

----------

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


More information about the Python-bugs-list mailing list