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 cool-RR
Recipients alexandre.vassalotti, bruno.dupuis, cool-RR, mont29, pitrou, terry.reedy
Date 2013-12-08.19:38:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386531509.55.0.327778831246.issue11299@psf.upfronthosting.co.za>
In-reply-to
Content
"Instead of copy.deepcopy, why not call itertools.tee?"

It's hard for me to give you a good answer because I submitted this ticket 2 years ago, and nowadays I don't have personal interest in it anymore.

But, I think `itertools.tee` wouldn't have worked for me, because it just saves the value rather than really duplicating the generator.
History
Date User Action Args
2013-12-08 19:38:29cool-RRsetrecipients: + cool-RR, terry.reedy, pitrou, alexandre.vassalotti, bruno.dupuis, mont29
2013-12-08 19:38:29cool-RRsetmessageid: <1386531509.55.0.327778831246.issue11299@psf.upfronthosting.co.za>
2013-12-08 19:38:29cool-RRlinkissue11299 messages
2013-12-08 19:38:29cool-RRcreate