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 BTaskaya, Mark.Shannon, christian.heimes, mark.dickinson, pablogsal, rhettinger, serhiy.storchaka
Date 2020-11-25.04:30:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606278646.48.0.0346219149935.issue42454@roundup.psfhosted.org>
In-reply-to
Content
Mostly, +1 from me as well.

If anything starts to rely on hashability, it will need a fallback path since slice objects are allowed to contain arbitrary objects (which might not themselves be hashable):   s = slice([], []).
History
Date User Action Args
2020-11-25 04:30:46rhettingersetrecipients: + rhettinger, mark.dickinson, christian.heimes, Mark.Shannon, serhiy.storchaka, pablogsal, BTaskaya
2020-11-25 04:30:46rhettingersetmessageid: <1606278646.48.0.0346219149935.issue42454@roundup.psfhosted.org>
2020-11-25 04:30:46rhettingerlinkissue42454 messages
2020-11-25 04:30:45rhettingercreate