]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platforms...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 20 Mar 2024 13:39:53 +0000 (15:39 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 13:39:53 +0000 (15:39 +0200)
commit519b2ae22b54760475bbf62b9558d453c703f9c6
tree321cae36795eabe4bad66ca58a1f804c956e38d2
parent8182319de33a9519a2f243ac8c35a20ef82a4d2d
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platforms (GH-117064)
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
Modules/_testlimitedcapi/long.c