Guido van Rossum added the comment:

The copying approach likely won't work because there will be code that uses 
isinstance(x, collections.abc.Sequence) and other code that uses isinstance(x, 
collections.Sequence) and they'll expect both to be true.

----------

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

Reply via email to