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

For the record, pickling a live generator implies pickling a frame object. We wouldn't be able to guarantee cross-version compatibility for such pickled objects.
History
Date User Action Args
2013-12-08 19:25:53pitrousetrecipients: + pitrou, terry.reedy, alexandre.vassalotti, cool-RR, bruno.dupuis, mont29
2013-12-08 19:25:52pitrousetmessageid: <1386530752.76.0.401577884994.issue11299@psf.upfronthosting.co.za>
2013-12-08 19:25:52pitroulinkissue11299 messages
2013-12-08 19:25:52pitroucreate