Armin Rigo wrote:
> Hi Fredrik,
>
> On Sun, Apr 30, 2006 at 08:13:40AM +0200, Fredrik Lundh wrote:
>
>> trying to come up with a more concise description of the rich
>> comparision machinery for pyref.infogami.com,
>>
>
> That's quite optimistic. It's a known dark area.
>
>
>> I stumble
Hi Fredrik,
On Sun, Apr 30, 2006 at 08:13:40AM +0200, Fredrik Lundh wrote:
> trying to come up with a more concise description of the rich
> comparision machinery for pyref.infogami.com,
That's quite optimistic. It's a known dark area.
> I stumbled upon an oddity that I cannot really explain:
trying to come up with a more concise description of the rich
comparision machinery for pyref.infogami.com, I stumbled upon
an oddity that I cannot really explain:
in the attached example below, why is the rich comparision
machinery doing *four* attempts to use __eq__ in the old-
class case?
$