> So I'm unclear on what we're trying to optimize when a tp_clear > nukes less than the corresponding tp_traverse 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/)