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 Decorater, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-12-21.16:48:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513874902.26.0.213398074469.issue32326@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently Tk has something in its e_capi.c file that does not work with the latest SDK (I guess they're redefining macros).

In master, we use prebuilt binaries, which is why this is not a problem. But we'll either need to fix Tk's sources or backport the code that uses the prebuilt binaries (just for Tcl and Tk - the OpenSSL part is not compatible) before we can merge this.

I'll try and take a look at it over the next few weeks. An a workaround, you should be able to "SET WindowsSDKVersion=10.0.16299.0" and pass "--no-tkinter" to build.bat to compile without the change.
History
Date User Action Args
2017-12-21 16:48:22steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Decorater
2017-12-21 16:48:22steve.dowersetmessageid: <1513874902.26.0.213398074469.issue32326@psf.upfronthosting.co.za>
2017-12-21 16:48:22steve.dowerlinkissue32326 messages
2017-12-21 16:48:22steve.dowercreate