DSM <dsm...@users.sourceforge.net> added the comment: I can't reproduce in current python, and the relevant lines now look like
it = izip(iterable, count(0,-1)) # decorate it = izip(imap(key, in1), count(0,-1), in2) # decorate It seems that these were fixed long ago by rhettinger in r53244, with tests checked in to verify behaviour. ---------- nosy: +dsm001 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5697> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com