]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:10:37 +0000 (18:10 +0200)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 16:10:37 +0000 (16:10 +0000)
commit072d03352cdec9dcefa4073bb75cdb52cd50106d
tree81e0415399442734f923b7a6bb29aab98de36a88
parent24404494fb4113dba590e601b3bf026c9902927e
[3.14] gh-133711: Fix test_readline.test_nonascii() for UTF-8 Mode (GH-134841) (#134851)

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