[issue7244] itertools.zip_longest behaves strangely with an iterable class

Georg Brandl report at bugs.python.org
Sat Oct 31 11:31:03 CET 2009


Georg Brandl <georg at python.org> added the comment:

The patch is incorrect; tp_iternext can raise exceptions other than
StopIteration which must be let through.

----------
assignee:  -> rhettinger
nosy: +georg.brandl, rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7244>
_______________________________________


More information about the Python-bugs-list mailing list