mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (GH-135506)
(cherry picked from commit e5f03b94b6)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2 lines
139 B
ReStructuredText
2 lines
139 B
ReStructuredText
Fix :meth:`!reprlib.Repr.repr_int` when given integers with more than
|
|
:func:`sys.get_int_max_str_digits` digits. Patch by Bénédikt Tran.
|