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 maggyero
Recipients maggyero
Date 2022-03-31.05:38:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648705103.72.0.31480017393.issue47178@roundup.psfhosted.org>
In-reply-to
Content
This P.R. will make the following changes to the `collections.abc` module:

- simplify the implementation with slicing in function `Sequence.index`.
- remove an unnecessary copy of `self` when a sequence extends itself in function `MutableSequence.extend`.
History
Date User Action Args
2022-03-31 05:38:23maggyerosetrecipients: + maggyero
2022-03-31 05:38:23maggyerosetmessageid: <1648705103.72.0.31480017393.issue47178@roundup.psfhosted.org>
2022-03-31 05:38:23maggyerolinkissue47178 messages
2022-03-31 05:38:23maggyerocreate