]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154863: Check the encoded bytes in the shift state flush test (GH-155128)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 4 Aug 2026 05:23:07 +0000 (08:23 +0300)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2026 05:23:07 +0000 (08:23 +0300)
commit679ff3af833d9a0e508e45523fa081b3480725cb
treebc67879065d9e51b1e6846e097ad6cdde58d4d00
parentfd9feabfb0fc80ee714b97140006d3af431d591a
gh-154863: Check the encoded bytes in the shift state flush test (GH-155128)

Do not check the ASCII before the character on macOS 15

* Do not check the ASCII before the character on macOS 15
Lib/test/test_codecs.py