[Python-Dev] very slow compare of recursive objects
Barry A. Warsaw
barry@python.org
Mon, 20 Jan 2003 11:26:10 -0500
>>>>> "TP" == Tim Peters <tim.one@comcast.net> writes:
TP> If you're talking about creating recursive tuples via mutation
TP> in C, where tuples are the only container type involved, then
TP> 2.2.2 and 2.1.3 are broken now (they may blow the stack while
TP> comparing such beasts).
Yep, that's all I meant. I guess if we didn't care for 2.2.2 and
2.1.3, we probably still don't care.
-Barry