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 rhettinger
Recipients Devin Jeanpierre, docs@python, eli.bendersky, georg.brandl, mark.dickinson, ncoghlan, rhettinger, terry.reedy
Date 2011-01-15.23:23:10
SpamBayes Score 0.00033335006
Marked as misclassified No
Message-id <1295133799.91.0.898119061076.issue10912@psf.upfronthosting.co.za>
In-reply-to
Content
-1 on PyObject_RichCompareBoolEx() for 3.3 -- it is simply an invitation to shoot yourself (or others) in the foot.

I've not seen real world code using bool(a==b) or its C equivalent, so it's hard to believe that there is a use case here (unless you're trying to commit atrocities with NaN-like objects).
History
Date User Action Args
2011-01-15 23:23:19rhettingersetrecipients: + rhettinger, georg.brandl, terry.reedy, mark.dickinson, ncoghlan, Devin Jeanpierre, eli.bendersky, docs@python
2011-01-15 23:23:19rhettingersetmessageid: <1295133799.91.0.898119061076.issue10912@psf.upfronthosting.co.za>
2011-01-15 23:23:10rhettingerlinkissue10912 messages
2011-01-15 23:23:10rhettingercreate