bpo-29240: Skip test_readline.test_nonascii() on C locale by vstinner · Pull Request #5203 · python/cpython
vstinner
changed the title
Skip test_readline.test_nonascii() on C locale
bpo-29240: Skip test_readline.test_nonascii() on C locale
bpo-29240: On FreeBSD, if the LC_CTYPE locale is "C" or "POSIX", writing and reading non-ASCII bytes into/from a TTY works, but readline or ncurses ignores non-ASCII bytes on read.
vstinner
deleted the
readline_skip_c_locale
branch
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
bpo-29240: On FreeBSD, if the LC_CTYPE locale is "C" or "POSIX", writing and reading non-ASCII bytes into/from a TTY works, but readline or ncurses ignores non-ASCII bytes on read. (cherry picked from commit c495e79)
vstinner pushed a commit that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters