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 corona10, lukasz.langa, serhiy.storchaka, simonltwick
Date 2017-11-28.15:43:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511883785.86.0.213398074469.issue32108@psf.upfronthosting.co.za>
In-reply-to
Content
PR 4607 doesn't look a correct solution to me. I don't know a precedence of calling deepcopy() for a value in __setitem__(). deepcopy() is too heavy, calling it can slow down normal cases. Using deepcopy likely means a bad design.
History
Date User Action Args
2017-11-28 15:43:05serhiy.storchakasetrecipients: + serhiy.storchaka, lukasz.langa, simonltwick, corona10
2017-11-28 15:43:05serhiy.storchakasetmessageid: <1511883785.86.0.213398074469.issue32108@psf.upfronthosting.co.za>
2017-11-28 15:43:05serhiy.storchakalinkissue32108 messages
2017-11-28 15:43:05serhiy.storchakacreate