]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130317: Fix PyFloat_Pack/Unpack[24] for NaN's with payload (#130452)
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 28 Apr 2025 13:23:26 +0000 (16:23 +0300)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 13:23:26 +0000 (15:23 +0200)
commit6157135a8d0bc2dbd5c24d1648d04a9c24a7d17e
tree0edd1de1b97b5f7178d8ea9daceb888a0e3ee56e
parent922049b613d155ade4c4a8f83452767bea003a9f
gh-130317: Fix PyFloat_Pack/Unpack[24] for NaN's with payload (#130452)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_capi/test_float.py
Misc/NEWS.d/next/Library/2025-02-22-13-07-06.gh-issue-130317.tnxd0I.rst [new file with mode: 0644]
Modules/_testcapi/clinic/float.c.h
Modules/_testcapi/float.c
Objects/floatobject.c