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 erikjanss
Recipients Alex.Willmer, erikjanss, eryksun, methane, miss-islington, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-08-18.10:59:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534589966.63.0.56676864532.issue34217@psf.upfronthosting.co.za>
In-reply-to
Content
I'll try to be more precise :

- I did an (imperfect) search : before these changes 98% of the windows headers were included in the .c files in lowercase

- These changes would bring it to 100%

- The advantage of these changes are consistency and the ability to cross compile those .c files on linux for a windows target, using the mingw-w64 sdk, where the sdk is on a case sensitive filesystem, as is the default when installing this sdk in most linux distributions.

- I did not consider, nor did I test other toolchains than mingw-w64/mingw-w64-sdk on linux and msvc/windows-sdk on windows.

I'm not enough of an expert on the different tools to come up with a comprehensive solution for this issue, but am willing to validate such solution for the use case of cross compiling on linux.
History
Date User Action Args
2018-08-18 10:59:26erikjansssetrecipients: + erikjanss, paul.moore, tim.golden, methane, zach.ware, eryksun, steve.dower, Alex.Willmer, miss-islington
2018-08-18 10:59:26erikjansssetmessageid: <1534589966.63.0.56676864532.issue34217@psf.upfronthosting.co.za>
2018-08-18 10:59:26erikjansslinkissue34217 messages
2018-08-18 10:59:26erikjansscreate