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 corona10
Recipients corona10, rhettinger
Date 2020-07-21.01:59:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595296791.91.0.0873850748224.issue41347@roundup.psfhosted.org>
In-reply-to
Content
> I would rather not do this.

I would not like to say this change should be applied ;)
I found this point during I converting deque methods by using 
Argument Clinic(I will ping you later ;)


https://bugs.python.org/issue39425 was applied since PyObject_RichCompareBool requires reference counting and it caused performance regression. 

Know I remember, why we applied this micro-optimization.

So my conclusion is that don't apply this change.
We don't have to apply this change since PyObject_RichCompareBool does not cause a performance regression.

Thank you for your comment, Raymond.
History
Date User Action Args
2020-07-21 01:59:51corona10setrecipients: + corona10, rhettinger
2020-07-21 01:59:51corona10setmessageid: <1595296791.91.0.0873850748224.issue41347@roundup.psfhosted.org>
2020-07-21 01:59:51corona10linkissue41347 messages
2020-07-21 01:59:51corona10create