]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548) (GH-142301)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Dec 2025 15:11:43 +0000 (16:11 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Dec 2025 15:11:43 +0000 (15:11 +0000)
commitebeb07f1324f988331e8c3ce5fa98d5c54eec364
treed70aa7cad0dbaa2f87989c167c10610859edbe20
parent5e425c3f9629edf7e7cbade2e4cd29834eb9d4fa
[3.14] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548) (GH-142301)

(cherry picked from commit 706fdda8b360120a25b272898df40c8913381723)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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