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 <[email protected]>
In-reply-to <[email protected]>
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