[New-bugs-announce] [issue19049] itertools.tee isn't 64-bit compliant

Antoine Pitrou report at bugs.python.org
Thu Sep 19 11:21:08 CEST 2013


New submission from Antoine Pitrou:

itertools.tee uses ints rather than Py_ssize_t for indices. Using Py_ssize_t would not make the object bigger, since other fields will already be pointer-aligned.

----------
messages: 198049
nosy: pitrou, rhettinger, serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: itertools.tee isn't 64-bit compliant
type: behavior
versions: Python 3.3, Python 3.4

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


More information about the New-bugs-announce mailing list