]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platfo...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 Mar 2024 09:43:42 +0000 (11:43 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2024 09:43:42 +0000 (09:43 +0000)
commit7323c4dd075c64ba54e417853f08cec42bc43e59
tree1a9f4ce289844369a12813ab2c774d0e5b955eab
parent2f1806ed8abca9d12dcd4c57f24fe596f59773cf
[3.11] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platforms (GH-117064) (GH-117070) (GH-117075)

(cherry picked from commit da2f9d1417a7d28df6e1ced87d64ecf28acb0a5f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 519b2ae22b54760475bbf62b9558d453c703f9c6)
Include/Python.h
Include/longobject.h
Misc/NEWS.d/next/C API/2024-03-20-13-13-22.gh-issue-117021.0Q5jBx.rst [new file with mode: 0644]
Modules/_testcapimodule.c