]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127238: adjust error message for sys.set_int_max_str_digits() (#127241)
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 25 Nov 2024 05:29:55 +0000 (08:29 +0300)
committerGitHub <noreply@github.com>
Mon, 25 Nov 2024 05:29:55 +0000 (00:29 -0500)
commitc595eae84c7f665eced09ce67a1ad83b7574d6e5
treeff86f2fad73dbf48b66ab8e8639eaf5c25d04921
parent17c16aea66b606d66f71ae9af381bc34d0ef3f5f
gh-127238: adjust error message for sys.set_int_max_str_digits() (#127241)

Now it's correct and closer to Python/initconfig.c
Misc/NEWS.d/next/Core_and_Builtins/2024-11-25-05-15-21.gh-issue-127238.O8wkH-.rst [new file with mode: 0644]
Python/sysmodule.c