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 trentm
Recipients lemburg, loewis, ronaldoussoren, trentm
Date 2008-10-07.23:06:10
SpamBayes Score 0.0028629464
Marked as misclassified No
Message-id <6db0ea510810071606qc1b55d7lfff6ddba55de10d@mail.gmail.com>
In-reply-to <02977A9C-EA5E-4E9B-B840-A506E04DBD3D@mac.com>
Content
> What if you compile using 'gcc -arch ppc64 main.c'?

$ gcc -arch ppc64 main.c
$ ./a.out
sizeof(_Bool) is 1

As you figured out.
History
Date User Action Args
2008-10-07 23:06:11trentmsetrecipients: + trentm, lemburg, loewis, ronaldoussoren
2008-10-07 23:06:10trentmlinkissue4060 messages
2008-10-07 23:06:10trentmcreate