]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 16 Sep 2022 18:30:05 +0000 (11:30 -0700)
committerGitHub <noreply@github.com>
Fri, 16 Sep 2022 18:30:05 +0000 (11:30 -0700)
commitce11f39de53a7b1bb54e77c1f0ce15f020ef4536
tree1b9ccddfa6df39fd557ba0f091c75fc629327ef7
parentec08534f95021def8a9959e2e1312e9766986b25
gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-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 e841ffc915e82e5ea6e3b473205417d63494808d)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/library/stdtypes.rst
Misc/NEWS.d/next/Core and Builtins/2022-09-16-19-02-40.gh-issue-95778.cJmnst.rst [new file with mode: 0644]
Objects/longobject.c