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 BreamoreBoy, Michael.Clerx, dstufft, eric.araujo, indygreg, steve.dower
Date 2015-03-09.15:14:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425914064.26.0.33338065681.issue23246@psf.upfronthosting.co.za>
In-reply-to
Content
Python does not support being built with MinGW, but we have "support" to build extensions with MinGW. It isn't great support, and we're open to patches/contributions (none of our core Windows devs use MinGW AFAIK).

And yes, VC is different from MinGW because MinGW is trying to copy a different operating system. Where possible, Python generally tries to follow the conventions of the underlying operating system, which is why we build with VC and not gcc on Windows.
History
Date User Action Args
2015-03-09 15:14:24steve.dowersetrecipients: + steve.dower, eric.araujo, BreamoreBoy, dstufft, indygreg, Michael.Clerx
2015-03-09 15:14:24steve.dowersetmessageid: <1425914064.26.0.33338065681.issue23246@psf.upfronthosting.co.za>
2015-03-09 15:14:24steve.dowerlinkissue23246 messages
2015-03-09 15:14:23steve.dowercreate