[Python-Dev] millions of tuples
Tim Peters
tim.one@comcast.net
Tue, 30 Apr 2002 22:44:11 -0400
[Ian Kjos]
> ...
> Why not we change the semantics of visit() in this case to provide the
> required information?
There is no function named "visit", and the semantics of tp_traverse are
etched in stone because extension modules we don't control already implement
its long-advertised interface. No offense intended, but if you want to help
with this you should really learn what the Python implementation does first;
random ideas (which may or may not apply in some other implementation) are a
distraction on Python-Dev (this list pretends <0.9 wink> to be more focused
than c.l.py).