commit | 92a0e81fe16a85b74b79812b6ea55791c0739339 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Sep 16 11:33:27 2022 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 16 11:33:27 2022 -0700 |
tree | f17bd91aeee57eafbdf5131a0f2cc4d12b485586 | |
parent | 9ab9e82b86587b7c9366f6aca592c71c1ad02815 [diff] |
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>