This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, rhettinger, serhiy.storchaka
Date 2013-09-19.09:21:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379582468.56.0.0990535316271.issue19049@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-09-19 09:21:08pitrousetrecipients: + pitrou, rhettinger, serhiy.storchaka
2013-09-19 09:21:08pitrousetmessageid: <1379582468.56.0.0990535316271.issue19049@psf.upfronthosting.co.za>
2013-09-19 09:21:08pitroulinkissue19049 messages
2013-09-19 09:21:08pitroucreate