Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.7] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) #97836

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 4, 2022

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

…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
Copy link
Contributor Author

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
Copy link
Contributor

ambv commented Oct 4, 2022

Landing this as I landed GH-97835 in 3.8 and GH-96877 in 3.9.

@ambv ambv merged commit 7fcfa94 into python:3.7 Oct 4, 2022
@miss-islington miss-islington deleted the backport-4118813-3.7 branch October 4, 2022 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants