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 kristjan.jonsson
Recipients MSeifert, kristjan.jonsson, rhettinger, serhiy.storchaka
Date 2017-04-02.09:12:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP8kY6Z=aEE0XdpWwQeDWuMUHhb1rk-fH5QiSRfvOUhnsnF6-w@mail.gmail.com>
In-reply-to <1491063132.19.0.806970164781.issue29897@psf.upfronthosting.co.za>
Content
It is a tricky issue. How deep do you go?what if you are chaining several
of the itertools? Seems like we're entering a semantic sinkhole here.

Deepcopy would be too deep...
The original copy support in these objects stems from the desire to support
pickling.

On 1 Apr 2017 16:12, "Raymond Hettinger" <report@bugs.python.org> wrote:

>
> Raymond Hettinger added the comment:
>
> Serhiy, feel free to take this in whatever direction you think is best.
>
> ----------
> assignee:  -> serhiy.storchaka
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue29897>
> _______________________________________
>
History
Date User Action Args
2017-04-02 09:12:12kristjan.jonssonsetrecipients: + kristjan.jonsson, rhettinger, serhiy.storchaka, MSeifert
2017-04-02 09:12:12kristjan.jonssonlinkissue29897 messages
2017-04-02 09:12:12kristjan.jonssoncreate