]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platfo...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 20 Mar 2024 14:44:05 +0000 (16:44 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 14:44:05 +0000 (16:44 +0200)
commitda2f9d1417a7d28df6e1ced87d64ecf28acb0a5f
tree9b1c411e9c5ba14971109cc512c10dcdde2bcd5a
parent0325a8a8cdba6c091bcbbb3c995f3bf1d1217012
[3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platforms (GH-117064) (GH-117070)

(cherry picked from commit 519b2ae22b54760475bbf62b9558d453c703f9c6)
Include/Python.h
Include/longobject.h
Lib/test/test_capi/test_long.py
Misc/NEWS.d/next/C API/2024-03-20-13-13-22.gh-issue-117021.0Q5jBx.rst [new file with mode: 0644]
Modules/_testcapi/long.c
Modules/_testcapimodule.c