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 pitrou
Recipients christian.heimes, georg.brandl, lillo, pitrou
Date 2008-01-20.21:50:39
SpamBayes Score 0.04299699
Marked as misclassified No
Message-id <1200865840.62.0.292005171106.issue1720595@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to me that, when a boolean is to be represented, most C
programmers would expect a char rather than an int. Also an int would
make the object larger without any benefit.

As for type checking, Angelo's patch already does a PyBool_Check against
the argument. Is anything more required?
History
Date User Action Args
2008-01-20 21:50:40pitrousetspambayes_score: 0.042997 -> 0.04299699
recipients: + pitrou, georg.brandl, christian.heimes, lillo
2008-01-20 21:50:40pitrousetspambayes_score: 0.042997 -> 0.042997
messageid: <1200865840.62.0.292005171106.issue1720595@psf.upfronthosting.co.za>
2008-01-20 21:50:39pitroulinkissue1720595 messages
2008-01-20 21:50:39pitroucreate