]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-84783: Make the slice object hashable (GH-101264)
authorFurkan Onder <furkanonder@protonmail.com>
Sun, 19 Feb 2023 00:22:02 +0000 (00:22 +0000)
committerGitHub <noreply@github.com>
Sun, 19 Feb 2023 00:22:02 +0000 (18:22 -0600)
commit61f1e67c6fcbf80eb9be2b75f7d62954e28c89e6
tree74e32f1ed356fa4cb6cf6013c2cf2aca10046ff3
parent5170caf3059fdacc92d7370eecb9fe4f0c5a1c76
GH-84783: Make the slice object hashable (GH-101264)
Doc/library/functions.rst
Lib/test/test_capi/test_misc.py
Lib/test/test_doctest.py
Lib/test/test_slice.py
Misc/NEWS.d/next/Core and Builtins/2023-02-11-23-14-06.gh-issue-84783._P5sMa.rst [new file with mode: 0644]
Objects/sliceobject.c
Objects/tupleobject.c