[Python-Dev] PyObject_GenericGetIter()

Raymond Hettinger python@rcn.com
Mon, 17 Mar 2003 10:28:15 -0500


> The "generic" functions aren't just slot fillers, they do a lot of
> work that is typical for most types.

Learned something new today.


> I'd pick PyObject_SelfIter.

Good.  I'll put it in this evening.


Raymond Hettinger