]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114050: Fix crash when more than two arguments are passed to int() (GH-114067)
authorkcatss <kcats9731@gmail.com>
Thu, 18 Jan 2024 11:27:44 +0000 (20:27 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2024 11:27:44 +0000 (13:27 +0200)
commita571a2fd3fdaeafdfd71f3d80ed5a3b22b63d0f7
treecc089d8bfeac34767201ffadd803814784efd919
parent311d1e2701037952eaf75f993be76f3092c1f01c
gh-114050: Fix crash when more than two arguments are passed to int() (GH-114067)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Lib/test/test_int.py
Misc/NEWS.d/next/Core and Builtins/2024-01-17-23-39-20.gh-issue-114050.Lnv1oq.rst [new file with mode: 0644]
Objects/longobject.c