◐ Shell
clean mode source ↗

[3.7] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) by miss-islington · Pull Request #97836 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

ambv

merged 1 commit into

Oct 4, 2022

Conversation

…essage (pythonGH-96874) (pythonGH-96877)

When ValueError is raised if an integer is larger than the limit,
mention sys.set_int_max_str_digits() in the error message.

(cherry picked from commit e841ffc)

Co-authored-by: Ned Deily <nad@python.org>
(cherry picked from commit 4118813)

Co-authored-by: Victor Stinner <vstinner@python.org>

@miss-islington

Status check is done, and it's a success ✅.

@ambv ambv changed the title [3.7] [3.9] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) [3.7] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877)

Oct 4, 2022

@ambv