]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Oct 2022 18:59:43 +0000 (11:59 -0700)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 18:59:43 +0000 (11:59 -0700)
commit7fcfa94a856afecd20f7f66b6c248f776724bf7c
tree5cc106223a575e269e9e372f8bf4c92aa177e7a2
parent8fc2635995797b18eb88fd8a1374597dfc9c55f0
[3.7] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) (GH-97836)

[3.9] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-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 e841ffc915e82e5ea6e3b473205417d63494808d)

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

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