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 pablogsal
Recipients LCatro, methane, pablogsal, serhiy.storchaka
Date 2019-12-31.01:21:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577755269.34.0.525371488629.issue38588@roundup.psfhosted.org>
In-reply-to
Content
> This makes list comparison 2x slower.

Would you like to revert PR 17734? Calling Py_INCREF and Py_DECREF in PyObject_RichCompare or do_richcompare will take the same effect, no?
History
Date User Action Args
2019-12-31 01:21:09pablogsalsetrecipients: + pablogsal, methane, serhiy.storchaka, LCatro
2019-12-31 01:21:09pablogsalsetmessageid: <1577755269.34.0.525371488629.issue38588@roundup.psfhosted.org>
2019-12-31 01:21:09pablogsallinkissue38588 messages
2019-12-31 01:21:09pablogsalcreate