Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32108>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to