[Python-Dev] PyObject_GenericGetIter() (original) (raw)

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 PyObjectSelfIter.

Good. I'll put it in this evening.

Raymond Hettinger