]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Jun 2025 12:00:14 +0000 (14:00 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 12:00:14 +0000 (12:00 +0000)
commit86d1821ef17bd073fe3401739cc8ce9a5e81e795
treefebaf293f69f4d2333a04aef4cbaf27ee9ab6c9d
parenta27398d5b3ca5c59ac52cd72cf6878bbaca49c80
[3.13] gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (GH-135506) (#135886)

gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (GH-135506)
(cherry picked from commit e5f03b94b6d4decbf433d385f692c1b8d9b7e88d)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/reprlib.py
Lib/test/test_reprlib.py
Misc/NEWS.d/next/Library/2025-06-14-12-06-55.gh-issue-135487.KdVFff.rst [new file with mode: 0644]