]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148029: Fix error message for invalid number of Base32 characters (GH-148030)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Apr 2026 08:07:19 +0000 (11:07 +0300)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2026 08:07:19 +0000 (11:07 +0300)
commit985216ced3022cd461ba383df07884f8dcff89fa
tree32463d688d026ccd71f41b2c66c7cd3ebc09c1d0
parent7bcc1c49205e14c81cdbfa452fcdc01c287c82d5
gh-148029: Fix error message for invalid number of Base32 characters (GH-148030)

Do not count ignored non-alphabet characters.
Lib/test/test_binascii.py
Modules/binascii.c