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 rpetrov, zooko
Date 2008-12-07.19:22:01
SpamBayes Score 1.6594781e-11
Marked as misclassified No
Message-id <1228677740.93.0.959224312465.issue3871@psf.upfronthosting.co.za>
In-reply-to
Content
The new patch is attached. Now the patch allow native build for mingw*
host OS. The build id tested in MSYS environment. The issue title is
updated to reflect this.
The main changes:
- native build require four more build-in modules (_functools, operator
,_locale, _winreg) otherwise setup.py fail to load;
- changes in distutils for python 2.6+. The previous patch work on
python 2.4 run in cross environment;
- don't build with libintl;
- use long double functions ldexp() atan2() from mingwex library as
replacement for buggy msvcrt implementation.


The new patch don't include changes related to issue 4288 (see also
issue 4279).
History
Date User Action Args
2008-12-07 19:22:21rpetrovsetrecipients: + rpetrov, zooko
2008-12-07 19:22:20rpetrovsetmessageid: <1228677740.93.0.959224312465.issue3871@psf.upfronthosting.co.za>
2008-12-07 19:22:20rpetrovlinkissue3871 messages
2008-12-07 19:22:20rpetrovcreate