]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-133711: Fix test_readline.test_nonascii() for UTF-8 Mode (GH-134841) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 May 2025 16:08:08 +0000 (18:08 +0200)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 16:08:08 +0000 (16:08 +0000)
commit07d4b6313f6cb8d78da930dcf03daa0d6303e1ee
tree1ffbd036f409e9d94efe05cac189af0bf2ba967f
parenta0287bf574e0b76892026ae7c8d4642fdbe872ec
[3.13] gh-133711: Fix test_readline.test_nonascii() for UTF-8 Mode (GH-134841) (#134852)

gh-133711: Fix test_readline.test_nonascii() for UTF-8 Mode (GH-134841)

Skip the test if the Python UTF-8 Mode is enabled and the LC_CTYPE
encoding is not UTF-8.
(cherry picked from commit 4635115c3f1495fa20e553937df37861fffa7054)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_readline.py