]> granicus.if.org Git - python/commit
SF patch 1546297 (with some tweaks):
authorGuido van Rossum <guido@python.org>
Fri, 25 Aug 2006 23:26:40 +0000 (23:26 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 25 Aug 2006 23:26:40 +0000 (23:26 +0000)
commitb65fb33b022de9fefc8af76339f645c16614e2eb
tree9a4bc79caeb5e03b5c198282a9d85589d62537a2
parente2e23ef97da1ce44c604d86d1f21c2701d7e581f
SF patch 1546297 (with some tweaks):
Create a real zip iterator object; not using itertools.izip
(Brian Holmes).
Include/iterobject.h
Objects/iterobject.c
Python/bltinmodule.c