]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-116714: Handle errors correctly in `PyFloat_GetInfo` (GH-116715) (#116722)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Mar 2024 13:40:38 +0000 (14:40 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2024 13:40:38 +0000 (16:40 +0300)
commitfc81b6497b0f0025caa3a184164bc983b985609c
tree102cf28351af1973dd2c384162694c505d6705e9
parent9caad1f99bd2e84ec98924fbe7a9a1ef943f02ac
[3.12] gh-116714: Handle errors correctly in `PyFloat_GetInfo` (GH-116715) (#116722)

gh-116714: Handle errors correctly in `PyFloat_GetInfo` (GH-116715)
(cherry picked from commit fcd49b4f47f1edd9a2717f6619da7e7af8ea73cf)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Objects/floatobject.c