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 vmurashev
Recipients vmurashev
Date 2016-09-25.11:50:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474804221.68.0.944652457277.issue28270@psf.upfronthosting.co.za>
In-reply-to
Content
'posixmodule.c' is written pretty well, but some important MinGW realated macro are missed.
And as a result an attempt to complile Modules/posixmodule.c by MinGW fails.

So suggested patch (for 3.5.2 and 2.7.12)
just turns on missed MinGW related macro
History
Date User Action Args
2016-09-25 11:50:21vmurashevsetrecipients: + vmurashev
2016-09-25 11:50:21vmurashevsetmessageid: <1474804221.68.0.944652457277.issue28270@psf.upfronthosting.co.za>
2016-09-25 11:50:21vmurashevlinkissue28270 messages
2016-09-25 11:50:21vmurashevcreate