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 loewis, ned.deily, rhettinger, ronaldoussoren
Date 2009-04-02.10:30:20
SpamBayes Score 2.7972645e-08
Marked as misclassified No
Message-id <1238668222.24.0.4244108778.issue5657@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond: My guess is that this is caused because the binary was build on 
OSX 10.5, where 'printf("%zd")' works file for negative numbers, and the 
tests was run on OSX 10.4, where the same printf statement doesn't work 
correctly.

I'll experiment with a fix for this over the weekend. The fix I'm thinking 
of right now is to patch either configure.in or pymacconfig.h to make sure 
that PY_FORMAT_SIZE_T is overridden when building a binary that has a 
DEPLOYMENT_TARGET that is smaller than 10.5.
History
Date User Action Args
2009-04-02 10:30:22ronaldoussorensetrecipients: + ronaldoussoren, loewis, rhettinger, ned.deily
2009-04-02 10:30:22ronaldoussorensetmessageid: <1238668222.24.0.4244108778.issue5657@psf.upfronthosting.co.za>
2009-04-02 10:30:21ronaldoussorenlinkissue5657 messages
2009-04-02 10:30:20ronaldoussorencreate