[issue36229] Avoid unnecessary copies for list, set, and bytearray ops.

Raymond Hettinger report at bugs.python.org
Thu Mar 14 01:04:31 EDT 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Everyone, thanks for chiming in.  Will mark this as closed/rejected.  For this reasons listed this thread, it isn't a sensible path for us (hairy at best, flat-out wrong at worst).  To the extent people ever have quadratic behavior problem, we already have explicit and clean ways to solve it with the existing API.

----------
resolution:  -> rejected
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36229>
_______________________________________


More information about the Python-bugs-list mailing list