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 rhettinger
Recipients Naris R, rhettinger, serhiy.storchaka, stutzbach
Date 2018-08-27.06:39:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535351958.77.0.56676864532.issue34427@psf.upfronthosting.co.za>
In-reply-to
Content
> But a MutableSequence can represents a sequence that doesn't
> fit in memory. It can provide an interface to a linear 
> on-disk store. In this case creating an on-memory copy 
> is not possible.

This case is likely not worth worrying about.  If a user created such a sequence AND wrote "s += s", it is unclear whether any particular unpleasant outcome (including the current behavior) could be avoided.
History
Date User Action Args
2018-08-27 06:39:18rhettingersetrecipients: + rhettinger, stutzbach, serhiy.storchaka, Naris R
2018-08-27 06:39:18rhettingersetmessageid: <1535351958.77.0.56676864532.issue34427@psf.upfronthosting.co.za>
2018-08-27 06:39:18rhettingerlinkissue34427 messages
2018-08-27 06:39:18rhettingercreate