]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 5 Dec 2025 14:24:35 +0000 (16:24 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Dec 2025 14:24:35 +0000 (16:24 +0200)
commit706fdda8b360120a25b272898df40c8913381723
treecb46d6ee7ff4e3e62149a5e6993021719d0b9146
parent1d8f3ed2eba762e60a02ff87e782a5c7dcd0e77c
gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Include/pymacro.h
Lib/test/test_bytes.py
Lib/test/test_marshal.py
Lib/test/test_memoryview.py
Python/marshal.c
Python/pystrhex.c