[Python-Dev] very slow compare of recursive objects (original) (raw)

Barry A. Warsaw barry@python.org
Mon, 20 Jan 2003 10:44:23 -0500


"TP" == Tim Peters <tim.one@comcast.net> writes:

TP> That's an example of a tuple *containing* a recursive
TP> structure; there's still no way, starting at t, to get back to
TP> t.

Except, of course, at the C level. Do we care about that? -Barry