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 steve.dower
Recipients db3l, jeremy.kloth, jkloth, miss-islington, pablogsal, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-12-10.23:28:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544484536.88.0.788709270274.issue35433@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2018-12-10 23:28:56steve.dowersetrecipients: + steve.dower, paul.moore, db3l, vstinner, tim.golden, jkloth, jeremy.kloth, zach.ware, pablogsal, miss-islington
2018-12-10 23:28:56steve.dowersetmessageid: <1544484536.88.0.788709270274.issue35433@psf.upfronthosting.co.za>
2018-12-10 23:28:56steve.dowerlinkissue35433 messages
2018-12-10 23:28:56steve.dowercreate