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 BreamoreBoy, LRN, WhiteTiger, amaury.forgeotdarc, davidfraser, eric.araujo, giampaolo.rodola, lkcl, rpetrov, rschoon.old, tarek, zooko
Date 2010-11-15.22:54:13
SpamBayes Score 1.3589933e-07
Marked as misclassified No
Message-id <4CE1BA12.1040209@roumenpetrov.info>
In-reply-to <1289855668.24.0.389070144499.issue3871@psf.upfronthosting.co.za>
Content
No it is win32 for the resulting binaries.

Idea is following (issue3754) . Travial patch - move method get_platform 
global _get_platform and variable host_platform is initialized to its 
return value. Then replace all calls of sys.platform and get_platform() 
to use host_platform.

In the patch for this issue _get_platform is modiffed to return mingw32 
if ....  so host_platform will be 'minwg32'. Including compiler and etc. 
don't work well in cross-compilation environment as the build script is 
run with python from build system.

Roumen
History
Date User Action Args
2010-11-15 22:54:15rpetrovsetrecipients: + rpetrov, lkcl, zooko, amaury.forgeotdarc, davidfraser, giampaolo.rodola, tarek, eric.araujo, rschoon.old, WhiteTiger, BreamoreBoy, LRN
2010-11-15 22:54:13rpetrovlinkissue3871 messages
2010-11-15 22:54:13rpetrovcreate