]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: Fix function signatures in sliceobject.c (#130575)
authorVictor Stinner <vstinner@python.org>
Wed, 26 Feb 2025 20:37:22 +0000 (21:37 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 20:37:22 +0000 (21:37 +0100)
commitdaeb0efaf445be5634d73e13d39a2641851b0bb4
tree9da0bc8ba7f650b570f96fb35999125b66dc1ab6
parent05aba4e799d20232760da781d64a7e678bb28320
gh-111178: Fix function signatures in sliceobject.c (#130575)

Rename slicehash() to slice_hash() for consistency.
Objects/sliceobject.c