]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125420: implement `Sequence.index` API on `memoryview` objects (#125446)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 10 Dec 2024 02:48:38 +0000 (03:48 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2024 02:48:38 +0000 (18:48 -0800)
commit58c753827ac7aa3d7f1495ac206c28bf2f6c67e8
treee8aeddd9663ea5a9ef0bd6af10d1e19d9a73db30
parent3b18af964da9814474a5db9e502962c7e0593e8d
gh-125420: implement `Sequence.index` API on `memoryview` objects (#125446)
Doc/library/stdtypes.rst
Lib/test/test_memoryview.py
Misc/NEWS.d/next/Core_and_Builtins/2024-10-14-13-28-16.gh-issue-125420.hNKixM.rst [new file with mode: 0644]
Objects/clinic/memoryobject.c.h
Objects/memoryobject.c