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.10:04:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379585052.9.0.618365035017.issue19048@psf.upfronthosting.co.za>
In-reply-to
Content
I find the implementation of itertools.tee a bit weird: why does teedataobject have to be a PyObject? It seems to complicate things and make them less optimal.
History
Date User Action Args
2013-09-19 10:04:12pitrousetrecipients: + pitrou, rhettinger, serhiy.storchaka
2013-09-19 10:04:12pitrousetmessageid: <1379585052.9.0.618365035017.issue19048@psf.upfronthosting.co.za>
2013-09-19 10:04:12pitroulinkissue19048 messages
2013-09-19 10:04:12pitroucreate