]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548) (#142304)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 5 Dec 2025 15:52:12 +0000 (17:52 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Dec 2025 15:52:12 +0000 (15:52 +0000)
commit93d5c481af36c284fc5c9df5b0fdcdf9f3e849f0
treecf2411bfd962c3c74ed5d110cb344349dc5fdf0a
parent9303573c74256de141831229cfa046b00e37e2c8
[3.13] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548) (#142304)

(cherry picked from commit 706fdda8b360120a25b272898df40c8913381723)

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/pystrhex.c