➜

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.

作者 cmcqueen1975
收信人 cmcqueen1975, loewis, python-dev
日期 2012-07-10.23:48:18
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1341964099.37.0.832776195451.issue15315@psf.upfronthosting.co.za>
In-reply-to
内容
I've succeeded in building an extension for Python 3.3 (at least, on Windows XP, 32-bit; haven't tried any 64-bit), by the hack of copying libmsvcr100.a from a recent MinGW release (20120426) into an older MinGW release (20101030).

I haven't looked at MinGW releases to see if I can find one that supports both the -mno-cygwin option and msvcr100.

I guess the best solution for this is to resolve issue #12641 for Python 3.3.
历史
日期 用户 动作 参数
2012-07-10 23:48:19cmcqueen1975修改recipients: + cmcqueen1975, loewis, python-dev
2012-07-10 23:48:19cmcqueen1975修改messageid: <1341964099.37.0.832776195451.issue15315@psf.upfronthosting.co.za>
2012-07-10 23:48:18cmcqueen1975链接issue15315 messages
2012-07-10 23:48:18cmcqueen1975创建