[Python-Dev] Rich Comparison from "C" API?
David Abrahams
David Abrahams" <david.abrahams@rcn.com
Wed, 12 Jun 2002 12:07:55 -0400
From: "Tim Peters" <tim.one@comcast.net>
> [David Abrahams]
> > Now you're really pulling my leg. PyObject_RichCompareBool is just:
> > ...
> > How can that be more efficient that PyObject_RichCompare?
>
> I wasn't pulling your leg there, I was simply wrong. Who can blame me?
You
> never documented this stuff <wink>.
In my patch I left out any mention of efficiency, just in case you were
right <wink><wink>
-D