]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125420: implement `Sequence.count` API on `memoryview` objects (#125443)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 10 Dec 2024 10:12:33 +0000 (11:12 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2024 10:12:33 +0000 (10:12 +0000)
commit4331832db02ff4a7598dcdd99cae31087173dce0
tree1a0b95b73e42dc9bb23babc36130acddabb942cb
parent050d59bd1765de417bf4ec8b5c3cbdac65695f5e
gh-125420: implement `Sequence.count` API on `memoryview` objects (#125443)
Doc/library/stdtypes.rst
Lib/test/test_memoryview.py
Misc/NEWS.d/next/Core_and_Builtins/2024-10-14-12-34-51.gh-issue-125420.jABXoZ.rst [new file with mode: 0644]
Objects/clinic/memoryobject.c.h
Objects/memoryobject.c