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.20:29:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386534545.2291.7.camel@fsol>
In-reply-to <1386534206.31.0.962060247422.issue11299@psf.upfronthosting.co.za>
Content
> Unless I misunderstood things, and deepcopying a generator would imply
> to also copy its whole source of data?

deepcopying is "deep", and so would have to recursively deepcopy the
generator's local variables...
History
Date User Action Args
2013-12-08 20:29:08pitrousetrecipients: + pitrou, terry.reedy, alexandre.vassalotti, cool-RR, bruno.dupuis, mont29
2013-12-08 20:29:08pitroulinkissue11299 messages
2013-12-08 20:29:08pitroucreate