[3.10] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)#96876
Conversation
…pythonGH-96874) 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: Victor Stinner <vstinner@python.org>
vstinner
left a comment
There was a problem hiding this comment.
LGTM, good bot.
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
vstinner
left a comment
There was a problem hiding this comment.
LGTM, good bot.
Sorry, something went wrong.
|
Status check is done, and it's a success ✅. |
Sorry, something went wrong.
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: Victor Stinner vstinner@python.org