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 vstinner
Recipients corona10, methane, miss-islington, pablogsal, vstinner
Date 2020-01-22.21:45:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579729544.28.0.679124483717.issue39425@roundup.psfhosted.org>
In-reply-to
Content
> In fact, PyObject_RichCompareBool() has a fast path if the two object pointers are equal

It's documented:

https://docs.python.org/dev/c-api/object.html?highlight=pyobject_richcomparebool#c.PyObject_RichCompareBool
History
Date User Action Args
2020-01-22 21:45:44vstinnersetrecipients: + vstinner, methane, corona10, pablogsal, miss-islington
2020-01-22 21:45:44vstinnersetmessageid: <1579729544.28.0.679124483717.issue39425@roundup.psfhosted.org>
2020-01-22 21:45:44vstinnerlinkissue39425 messages
2020-01-22 21:45:44vstinnercreate