]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148675: Remove F and D formats from array and memoryview (GH-149368)
authorVictor Stinner <vstinner@python.org>
Mon, 4 May 2026 15:26:30 +0000 (17:26 +0200)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 15:26:30 +0000 (17:26 +0200)
commit5dd5c8b5a66af18904d4e015ce3120e2686ddb23
tree491b3aa43da7a4f29be4458ce7a4028f353c3d6b
parentb8ebd078f90007d48fcab85effadb33769cd080c
gh-148675: Remove F and D formats from array and memoryview (GH-149368)
Doc/library/array.rst
Doc/whatsnew/3.15.rst
Lib/test/test_array.py
Lib/test/test_buffer.py
Lib/test/test_memoryview.py
Misc/NEWS.d/next/Library/2026-05-04-16-26-33.gh-issue-148675.xZwXa6.rst [new file with mode: 0644]
Modules/arraymodule.c
Objects/memoryobject.c