-
- Downloads
[3.8] gh-95778: Mention sys.set_int_max_str_digits() in error message...
[3.8] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) (GH-97835) [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 e841ffc9) Co-authored-by:Ned Deily <nad@python.org> (cherry picked from commit 41188134) Co-authored-by:
Victor Stinner <vstinner@python.org>
Showing
- Doc/library/stdtypes.rst 2 additions, 2 deletionsDoc/library/stdtypes.rst
- Misc/NEWS.d/next/Core and Builtins/2022-09-16-19-02-40.gh-issue-95778.cJmnst.rst 3 additions, 0 deletions...nd Builtins/2022-09-16-19-02-40.gh-issue-95778.cJmnst.rst
- Objects/longobject.c 2 additions, 2 deletionsObjects/longobject.c
Loading
Please register or sign in to comment