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.18:07:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379614053.2511.12.camel@fsol>
In-reply-to <1379613919.08.0.369856381851.issue19049@psf.upfronthosting.co.za>
Content
> I doubt we should change this.

Currently itertools.tee() will break if more than 2**31 elements are
saved in the inner structures. I certainly think it should be fixed,
rather than bite someone by surprise one day.

> However in any case you forgot about tee_reduce().

Will take a look.
History
Date User Action Args
2013-09-19 18:07:35pitrousetrecipients: + pitrou, rhettinger, serhiy.storchaka
2013-09-19 18:07:35pitroulinkissue19049 messages
2013-09-19 18:07:35pitroucreate