[Python-Dev] Re: tp_clear return value (original) (raw)

Guido van Rossum guido@python.org
Fri, 11 Apr 2003 10:53:39 -0400


So I'm unclear on what we're trying to optimize when a tpclear nukes less than the corresponding tptraverse visits. I suppose "code space" is one decent answer to that.

Yes. Though the type object example shows there are other differences (thanks Martin).

--Guido van Rossum (home page: http://www.python.org/~guido/)