]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142554: avoid `divmod` crashes due to bad `_pylong.int_divmod` (GH-142673...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 14 Dec 2025 09:03:14 +0000 (10:03 +0100)
committerGitHub <noreply@github.com>
Sun, 14 Dec 2025 09:03:14 +0000 (09:03 +0000)
commit22490438749339c22f1544e1ddc82502623102a5
tree05c5b3d86af2d1f8bb064ca86f3dcddf8a4fcbdd
parentaa07232c6a6eb101b94ef3c5811cef5a61dc23cf
[3.13] gh-142554: avoid `divmod` crashes due to bad `_pylong.int_divmod` (GH-142673) (#142697)

gh-142554: avoid `divmod` crashes due to bad `_pylong.int_divmod` (#142673)

(cherry picked from commit 4e4163676add8caab2dec6cdb93e1b317cf02a2e)
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