]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126012: Add `__class_getitem__` to `memoryview` (#126013)
authorBrian Schubert <brianm.schubert@gmail.com>
Sun, 27 Oct 2024 10:36:03 +0000 (06:36 -0400)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2024 10:36:03 +0000 (13:36 +0300)
commitdc76a4ad3c46af3fb70361be10b8a791cd126931
tree7317ae11300bdcf5da1d4b9c0a075bb96012f05c
parentdad34531298fc0ea91b9000aafdd2ea2fce5e54a
gh-126012: Add `__class_getitem__` to `memoryview` (#126013)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Doc/library/stdtypes.rst
Doc/whatsnew/3.14.rst
Lib/test/test_genericalias.py
Misc/NEWS.d/next/Core and Builtins/2024-10-26-13-32-48.gh-issue-126012.2KalhG.rst [new file with mode: 0644]
Objects/memoryobject.c