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 exarkun
Recipients exarkun, tarek
Date 2009-05-12.21:45:41
SpamBayes Score 1.3454662e-09
Marked as misclassified No
Message-id <1242164743.54.0.266623530621.issue6007@psf.upfronthosting.co.za>
In-reply-to
Content
Per issue3308, it is not really possible to build Python extensions with
MinGW anymore (as far as I can tell).  The distutils documentation is
misleading in this regard, as is the continued existence of the
build_ext --compiler=mingw32 option.  The result of using this feature
is a dll which cannot actually be loaded.

If my understanding of the issue is correct, then the mingw32 compiler
should be removed from distutils and the documentation corrected to
indicate the lack of support for this compiler toolchain.
History
Date User Action Args
2009-05-12 21:45:43exarkunsetrecipients: + exarkun, tarek
2009-05-12 21:45:43exarkunsetmessageid: <1242164743.54.0.266623530621.issue6007@psf.upfronthosting.co.za>
2009-05-12 21:45:41exarkunlinkissue6007 messages
2009-05-12 21:45:41exarkuncreate