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)
There was a problem hiding this comment.
LGTM, good bot. Please merge as soon as tests pass.
|
@vstinner: Backport status check is done, and it's a success ✅ . |
|
Thanks, @vstinner! |
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)
https://bugs.python.org/issue29240