17 Mar
2003
17 Mar
'03
10:57 a.m.
On Mon, Mar 17, 2003 at 12:35:54AM -0800, rhettinger@users.sourceforge.net wrote:
Created PyObject_GenericGetIter(). Factors out the common case of returning self.
PyObject_GenericGetIter doesn't really describe what it does; I would assume that tried to get the iter by assuming obj was a sequency type, and returning an iter that wraps that. Wouldn't "PyObject_GetSelfIter" or "PyObject_GenericSelfIter" or "PyObject_SelfIter" be a better name ? -- Thomas Wouters <thomas@xs4all.net> Hi! I'm a .signature virus! copy me into your .signature file to help me spread!