]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142554: avoid `divmod` crashes due to bad `_pylong.int_divmod` (#142673)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 14 Dec 2025 08:38:23 +0000 (09:38 +0100)
committerGitHub <noreply@github.com>
Sun, 14 Dec 2025 08:38:23 +0000 (09:38 +0100)
commit4e4163676add8caab2dec6cdb93e1b317cf02a2e
treeab89ee15b380734741d7f1c311c379586e07da0d
parent39ecb17103a07175895e52c336a0b5980b773bce
gh-142554: avoid `divmod` crashes due to bad `_pylong.int_divmod` (#142673)
Lib/test/test_int.py
Misc/NEWS.d/next/Core_and_Builtins/2025-12-13-17-20-38.gh-issue-142554.wNtEFF.rst [new file with mode: 0644]
Objects/longobject.c