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 mark.dickinson
Recipients mark.dickinson, ned.deily, ronaldoussoren, wayedt
Date 2014-07-20.08:32:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405845126.14.0.978001778007.issue22012@psf.upfronthosting.co.za>
In-reply-to
Content
> In practice, I doubt that Python's going to meet such platforms in a hurry.

Hrm; looks like that's not a particularly safe assumption, especially with older compilers that might do a "typedef int _Bool".

From http://msdn.microsoft.com/en-us/library/tf4dy80a.aspx:

"That means that for Visual C++ 4.2, a call of sizeof(bool) yields 4, while in Visual C++ 5.0 and later, the same call yields 1."
History
Date User Action Args
2014-07-20 08:32:06mark.dickinsonsetrecipients: + mark.dickinson, ronaldoussoren, ned.deily, wayedt
2014-07-20 08:32:06mark.dickinsonsetmessageid: <1405845126.14.0.978001778007.issue22012@psf.upfronthosting.co.za>
2014-07-20 08:32:06mark.dickinsonlinkissue22012 messages
2014-07-20 08:32:05mark.dickinsoncreate