diff options
author | Victor Stinner <vstinner@python.org> | 2022-01-17 13:00:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 13:00:50 (GMT) |
commit | ad6e640f910787e73fd00f59117fbd22cdf88c78 (patch) | |
tree | fe568eaff590e163c67df5ff1d970949fb5e3e51 /Python/traceback.c | |
parent | 42a64c03ec5c443f2a5c2ee4284622f5d1f5326c (diff) | |
download | cpython-ad6e640f910787e73fd00f59117fbd22cdf88c78.zip cpython-ad6e640f910787e73fd00f59117fbd22cdf88c78.tar.gz cpython-ad6e640f910787e73fd00f59117fbd22cdf88c78.tar.bz2 |
bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)
Skip test_builtin PTY tests on non-ASCII characters if the readline
module is loaded. The readline module changes input() behavior, but
test_builtin is not intented to test the readline module.
When the readline module is loaded, PyOS_Readline() uses the readline
implementation. In some cases, the Python readline callback
rlhandler() is called by readline with a string without non-ASCII
characters.
Diffstat (limited to 'Python/traceback.c')
0 files changed, 0 insertions, 0 deletions