Re: [Python-checkins] python/dist/src/Modules _hotshot.c,1.32,1.33 arraymodule.c,2.84,2.85 xreadlinesmodule.c,1.13,1.14
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!
7937
Age (days ago)
7937
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thomas Wouters