[Patches] [ python-Patches-1546297 ] Create a real zip iterator object; not using itertools.izip

SourceForge.net noreply at sourceforge.net
Fri Aug 25 00:14:44 CEST 2006


Patches item #1546297, was opened at 2006-08-24 15:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1546297&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core (C code)
Group: Python 3000
Status: Open
Resolution: None
Priority: 5
Submitted By: Brian Holmes (holmesbj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Create a real zip iterator object; not using itertools.izip

Initial Comment:
This patch adds a new zipiterobject type to
iterobject.c so that we do not import itertools.izip to
do our iterative zip.

There is test_zip.py added that is a stripped down
version of the itertools test.

It's my first patch so go easy on me. ;)

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

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


More information about the Patches mailing list