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 miss-islington, ned.deily, paul.moore, ronaldoussoren, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2018-12-11.18:34:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544553271.44.0.788709270274.issue35402@psf.upfronthosting.co.za>
In-reply-to
Content
I pushed the raw Tcl and Tk sources for 8.6.9.0 to cpython-source-deps, but it looks like we need some patches to be able to build on Windows (the X11 headers #define some names that the Windows headers want to use as struct members).

So far I've needed to #undef and redefine None and ControlMask around #include <Windows.h> in winmain.c and tkWin.h, but I think that will be enough.
History
Date User Action Args
2018-12-11 18:34:31steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, ronaldoussoren, tim.golden, ned.deily, zach.ware, serhiy.storchaka, miss-islington
2018-12-11 18:34:31steve.dowersetmessageid: <1544553271.44.0.788709270274.issue35402@psf.upfronthosting.co.za>
2018-12-11 18:34:31steve.dowerlinkissue35402 messages
2018-12-11 18:34:31steve.dowercreate