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 serhiy.storchaka
Recipients MSeifert, kristjan.jonsson, rhettinger, serhiy.storchaka
Date 2017-03-31.16:03:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490976223.77.0.650188918759.issue29897@psf.upfronthosting.co.za>
In-reply-to
Content
Just for example there is a patch that implements in Python deeper copying for itertools.chain objects. I doesn't mean pushing it, it is too complicated. I have wrote also slightly simpler implementation, but it doesn't work due to the behavior of copied map object.
History
Date User Action Args
2017-03-31 16:03:43serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, kristjan.jonsson, MSeifert
2017-03-31 16:03:43serhiy.storchakasetmessageid: <1490976223.77.0.650188918759.issue29897@psf.upfronthosting.co.za>
2017-03-31 16:03:43serhiy.storchakalinkissue29897 messages
2017-03-31 16:03:43serhiy.storchakacreate