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 rpetrov
Recipients eric.araujo, rpetrov, tarek
Date 2013-08-04.13:18:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375622304.14.0.842844631619.issue18654@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed customization allow users to build extension module for windows with GNU compiler in all environments:
- native with installed official build of python for windows
- native either MSYS or CYGWIN enviroment and python build with GCC
- cross-build in cygwin using official build of python for windows
- cross-build in cygwin or linux with use of preset configuration from distribution
- cross-build in linux and cross build python with GCC

In addition patch allow user to build (native or cross) core modules with recent gnu compilers.
History
Date User Action Args
2013-08-04 13:18:24rpetrovsetrecipients: + rpetrov, tarek, eric.araujo
2013-08-04 13:18:24rpetrovsetmessageid: <1375622304.14.0.842844631619.issue18654@psf.upfronthosting.co.za>
2013-08-04 13:18:24rpetrovlinkissue18654 messages
2013-08-04 13:18:24rpetrovcreate