]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90751: memoryview now supports half-float (#96738)
authorDong-hee Na <donghee.na@python.org>
Sat, 10 Sep 2022 20:44:10 +0000 (05:44 +0900)
committerGitHub <noreply@github.com>
Sat, 10 Sep 2022 20:44:10 +0000 (22:44 +0200)
commit8d75a13fdece95ddc1bba42cad3aea3ccb396e05
treed10fcf61314f11ecd5dd966b5c1c874808ad5727
parentc4e57fb6df15266920941b732ef3a58fb619d851
gh-90751: memoryview now supports half-float (#96738)

Co-authored-by: Antoine Pitrou <antoine@python.org>
Doc/whatsnew/3.12.rst
Lib/test/test_buffer.py
Lib/test/test_memoryview.py
Misc/NEWS.d/next/Core and Builtins/2022-09-11-00-37-50.gh-issue-90751.VE8-zf.rst [new file with mode: 0644]
Objects/memoryobject.c