]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98658: Add __class_getitem__ to array.array (#98661)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 1 Nov 2022 04:10:18 +0000 (21:10 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Nov 2022 04:10:18 +0000 (21:10 -0700)
commit5cf317ade1e1b26ee02621ed84d29a73181631dc
tree077cd8c371f0541c547bdf952b1bb6231583cc86
parent7640ede177682a06f03694478d64c819e39e03d9
gh-98658: Add __class_getitem__ to array.array (#98661)

Closes #98658
Doc/whatsnew/3.12.rst
Lib/test/test_genericalias.py
Misc/NEWS.d/next/Library/2022-10-25-07-00-31.gh-issue-98658.nGABW9.rst [new file with mode: 0644]
Modules/arraymodule.c