]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146238: Support half-floats in the array module (#146242)
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 30 Mar 2026 19:48:34 +0000 (22:48 +0300)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2026 19:48:34 +0000 (19:48 +0000)
commite79fd603392b9946c671a688da91281f7fdb1e2a
tree0b349f45d821d6e2bb3d31203bd7d7028d9954d8
parentec2bc12e54920d6fbd664ffc5af41dfb45a0a7f7
gh-146238: Support half-floats in the array module (#146242)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/library/array.rst
Doc/whatsnew/3.15.rst
Lib/test/test_array.py
Misc/NEWS.d/next/Library/2026-03-21-10-02-20.gh-issue-146238.2WpMOj.rst [new file with mode: 0644]
Modules/arraymodule.c