]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Objects/floatobject.c` (GH-129776)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 8 Feb 2025 13:47:19 +0000 (14:47 +0100)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2025 13:47:19 +0000 (14:47 +0100)
commit12e1d3011b0ff427b7be36d5f5d2d63014c6a54d
tree7efbe5a346c449d539665042a5aee06ae76b2d8c
parent624b93ed67332bbaf758bf963351052acc6ccf75
gh-111178: fix UBSan failures in `Objects/floatobject.c` (GH-129776)

fix UBSan failures for `PyFloatObject`
Objects/floatobject.c