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 rhettinger
Recipients gvanrossum, rhettinger, serhiy.storchaka
Date 2016-06-08.00:10:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465344606.04.0.0664704573158.issue27253@psf.upfronthosting.co.za>
In-reply-to
Content
Is this ever needed?  I'm not sure whether all these patches are being driven by reasonable use cases or whether it is just something that could be done.

I thought the whole point of the views was to avoid copying.  If so, there is a design principle that says roughly, "take things you want users to do and make them easy and fast, while leaving undesirable patterns in a less comfortable state".  We don't have to break the copying and deepcopying, but we don't need to go out of our way to make them more efficient unless that is what we want users to be doing.
History
Date User Action Args
2016-06-08 00:10:06rhettingersetrecipients: + rhettinger, gvanrossum, serhiy.storchaka
2016-06-08 00:10:06rhettingersetmessageid: <1465344606.04.0.0664704573158.issue27253@psf.upfronthosting.co.za>
2016-06-08 00:10:06rhettingerlinkissue27253 messages
2016-06-08 00:10:05rhettingercreate