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 gvanrossum
Recipients abarnert, gvanrossum, levkivskyi, lukasz.langa, rhettinger, serhiy.storchaka
Date 2017-07-22.04:49:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500698987.0.0.277157609902.issue25988@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-07-22 04:49:47gvanrossumsetrecipients: + gvanrossum, rhettinger, lukasz.langa, serhiy.storchaka, abarnert, levkivskyi
2017-07-22 04:49:46gvanrossumsetmessageid: <1500698987.0.0.277157609902.issue25988@psf.upfronthosting.co.za>
2017-07-22 04:49:46gvanrossumlinkissue25988 messages
2017-07-22 04:49:46gvanrossumcreate