[Python-Dev] PyObject_GenericGetIter()

Guido van Rossum guido@python.org
Mon, 17 Mar 2003 20:34:01 -0500


> It should have Generic in it somewhere to fit the pattern.

Why?  It's *not* generic.  It's *specific* (to iterators).

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