mirror of https://github.com/python/cpython
Browse Source
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.pull/30636/head
committed by
GitHub
2 changed files with 17 additions and 2 deletions
Loading…
Reference in new issue