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, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-07-24.23:42:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
When cross compiling python on a linux host with a case sensitive file system for a windows target.  The compilation will fail due to header
files which contain uppercases.
History
Date User Action Args
2018-07-24 23:42:09erikjansssetrecipients: + erikjanss, paul.moore, tim.golden, zach.ware, steve.dower, Alex.Willmer
2018-07-24 23:42:09erikjansssetmessageid: <[email protected]>
2018-07-24 23:42:09erikjansslinkissue34217 messages
2018-07-24 23:42:09erikjansscreate