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 ronaldoussoren
Recipients ronaldoussoren, tarek
Date 2009-03-30.16:39:12
SpamBayes Score 2.6478819e-14
Marked as misclassified No
Message-id <1238431154.34.0.307596210829.issue5607@psf.upfronthosting.co.za>
In-reply-to
Content
the testcase test_get_platform is not entirely correct for the OSX case.

Background: OSX supports fat binary builds (Apple calls those Universal 
Binaries). The testitem for OSX gives a false negative when you run the 
test with a Universal Binary build of Python on OSX.

To get correct test results on OSX you'll have to patch a number of other 
variables as well, such as CFLAGS, because get_platform uses those to 
detect if you're running on a universal build.
History
Date User Action Args
2009-03-30 16:39:14ronaldoussorensetrecipients: + ronaldoussoren, tarek
2009-03-30 16:39:14ronaldoussorensetmessageid: <1238431154.34.0.307596210829.issue5607@psf.upfronthosting.co.za>
2009-03-30 16:39:13ronaldoussorenlinkissue5607 messages
2009-03-30 16:39:12ronaldoussorencreate