]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-145633: Allow PyFloat_Pack8 & PyFloat_UnPack* to fail in future CPython...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Jul 2026 09:51:58 +0000 (11:51 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2026 09:51:58 +0000 (11:51 +0200)
commit45a769f26108257758cab941f9a344685fe29b14
treefbb628264666bcb3b628d51ffa64aa2d9c76645b
parentcb912e108c590bb0b8ded55653e63ad47f945362
[3.15] gh-145633: Allow PyFloat_Pack8 & PyFloat_UnPack* to fail in future CPython versions (GH-153440) (#153490)

gh-145633: Allow PyFloat_Pack8 & PyFloat_UnPack* to fail in future CPython versions (GH-153440)
(cherry picked from commit 9324f84b0f5722d165456b5858a683a2c82eefd2)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/c-api/float.rst
Misc/NEWS.d/next/C_API/2026-07-09-16-46-30.gh-issue-145633.jyNwAs.rst [new file with mode: 0644]