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 petr.viktorin
Recipients barry, benjamin.peterson, cstratak, lemburg, ncoghlan, petr.viktorin, rhettinger, serhiy.storchaka, skrah
Date 2017-10-24.09:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508837003.19.0.213398074469.issue23699@psf.upfronthosting.co.za>
In-reply-to
Content
Both tp_richcompare and PyObject_RichCompareBool have op as the last argument:

https://docs.python.org/3/c-api/object.html#c.PyObject_RichCompareBool
https://docs.python.org/3/c-api/typeobj.html?highlight=tp_richcompare#c.PyTypeObject.tp_richcompare
History
Date User Action Args
2017-10-24 09:23:23petr.viktorinsetrecipients: + petr.viktorin, lemburg, barry, rhettinger, ncoghlan, benjamin.peterson, skrah, serhiy.storchaka, cstratak
2017-10-24 09:23:23petr.viktorinsetmessageid: <1508837003.19.0.213398074469.issue23699@psf.upfronthosting.co.za>
2017-10-24 09:23:23petr.viktorinlinkissue23699 messages
2017-10-24 09:23:23petr.viktorincreate