[Patches] [ python-Patches-592065 ] Cleanup, speedup iterobject

noreply@sourceforge.net noreply@sourceforge.net
Thu, 08 Aug 2002 18:05:02 -0700


Patches item #592065, was opened at 2002-08-07 09:43
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=592065&group_id=5470

Category: Core (C code)
Group: Python 2.3
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Raymond Hettinger (rhettinger)
>Assigned to: Raymond Hettinger (rhettinger)
Summary: Cleanup, speedup iterobject

Initial Comment:
Moved special case for tuples from iterobject.c to 
tupleobject.c.  Makes the code in iterobject.c cleaner 
and speeds-up the general case by not checking for 
tuples everytime.

----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2002-08-08 21:05

Message:
Logged In: YES 
user_id=31435

Looks good!  Check it in.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=592065&group_id=5470