]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146151: memoryview supports 'F' and 'D' format types (complex) (#146241)
authorSergey B Kirpichev <skirpichev@gmail.com>
Thu, 26 Mar 2026 14:26:34 +0000 (17:26 +0300)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 14:26:34 +0000 (15:26 +0100)
commitc68a19448a929479e3ca53ccc8a40e942bc67c5a
tree3cdb6a397a953a9d9eac59b58cf7fd81d3efe28e
parentbfdaa3c5657f3bc313387b4aad20d06909e3d73e
gh-146151: memoryview supports 'F' and 'D' format types (complex) (#146241)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/whatsnew/3.15.rst
Lib/test/test_buffer.py
Lib/test/test_memoryview.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-21-08-11-58.gh-issue-146151.4-lhim.rst [new file with mode: 0644]
Modules/_testbuffer.c
Objects/memoryobject.c