]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:02:02 +0000 (14:02 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 12:02:02 +0000 (12:02 +0000)
commit3cdb659a0cbf2c67100b172e7ece6b906ea45718
tree84809a398a24198b728cba2be631461610cd6ec7
parent961dd80e0ee7e068132a196d8afe7a4dd8e16dbf
[3.14] gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (GH-135506) (#135887)

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]