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 mariode1
Recipients mariode1
Date 2020-03-14.05:34:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584164100.31.0.19477580242.issue39963@roundup.psfhosted.org>
In-reply-to
Content
Is there any reason why slice objects aren't subclassable? I want a mutable slice object, but there is no way to create one that will work with lists or tuples. And __index__ method requires to return int. I want to prepare a git merge request about this issue if there is no specific reason to forbid them becoming a base class.
History
Date User Action Args
2020-03-14 05:35:00mariode1setrecipients: + mariode1
2020-03-14 05:35:00mariode1setmessageid: <1584164100.31.0.19477580242.issue39963@roundup.psfhosted.org>
2020-03-14 05:35:00mariode1linkissue39963 messages
2020-03-14 05:34:59mariode1create