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 lemburg, loewis, ronaldoussoren, trentm
Date 2008-10-07.12:31:54
SpamBayes Score 1.355173e-09
Marked as misclassified No
Message-id <1223382780.08.0.44353191376.issue4060@psf.upfronthosting.co.za>
In-reply-to
Content
Annoyingly enough my patch isn't good enough, it turns out that ctypes 
has introduced a SIZEOF__BOOL definition in configure.in and that needs 
special caseing as well.

pymacconfig.h.patch2 fixes that issue as well. Do you have access to a 
PPC G5 system? I've determined the correct value of SIZEOF__BOOL for 
that platform by reading the assembly code for a small test program and 
hence am not 100% sure that sizeof(_Bool) actually is 1 on that 
architecture.

One other annoying issue cropped up: regrtest.py consistently hangs in 
test_signal (with 100% CPU usage) when I run it in rossetta (PPC 
emulator). I'll test this on an actual PPC machine as well, this might 
well be an issue with the PPC emulator.
History
Date User Action Args
2008-10-07 12:33:00ronaldoussorensetrecipients: + ronaldoussoren, lemburg, loewis, trentm
2008-10-07 12:33:00ronaldoussorensetmessageid: <1223382780.08.0.44353191376.issue4060@psf.upfronthosting.co.za>
2008-10-07 12:31:54ronaldoussorenlinkissue4060 messages
2008-10-07 12:31:54ronaldoussorencreate