[issue19049] itertools.tee uses int for indices

Antoine Pitrou report at bugs.python.org
Thu Sep 19 20:24:07 CEST 2013


Antoine Pitrou added the comment:

Ah, my bad, it seems I misunderstood the tee() implementation. So apparenly even index cannot get past 57. It's more of a consistency patch then, and I agree it isn't very important.

----------
priority: normal -> low
stage: needs patch -> patch review
title: itertools.tee isn't 64-bit compliant -> itertools.tee uses int for indices
type: behavior -> enhancement
versions:  -Python 3.3

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


More information about the Python-bugs-list mailing list