]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (#135506)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 24 Jun 2025 11:09:46 +0000 (13:09 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 11:09:46 +0000 (11:09 +0000)
commite5f03b94b6d4decbf433d385f692c1b8d9b7e88d
tree415304e1f7b5b1a9ade6fb48d143648184b2ce6b
parent15c6d63fe6fc62c6d78d2fad81965a8e6f7b7b98
gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (#135506)
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]