[issue34427] calling MutableSequence.extend on self produces infinite loop

Raymond Hettinger report at bugs.python.org
Sat Aug 18 09:15:48 EDT 2018


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

It would be reasonable to add special handling for this case to match what is done in the concrete sequences like list, deque, bytes, ...

----------
assignee:  -> rhettinger

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


More information about the Python-bugs-list mailing list