cpython/Misc/NEWS.d/next
Miss Islington (bot) 0fbb9afbdd
bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631) (GH-30635)
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.
(cherry picked from commit ad6e640f91)

Co-authored-by: Victor Stinner <vstinner@python.org>

Co-authored-by: Victor Stinner <vstinner@python.org>
2022-01-17 14:47:21 +01:00
..
Build Python 3.9.10 2022-01-13 22:21:23 +01:00
C API Python 3.9.10 2022-01-13 22:21:23 +01:00
Core and Builtins Python 3.9.10 2022-01-13 22:21:23 +01:00
Documentation Python 3.9.10 2022-01-13 22:21:23 +01:00
IDLE Python 3.9.8 2021-11-05 20:21:41 +01:00
Library Python 3.9.10 2022-01-13 22:21:23 +01:00
macOS Python 3.9.10 2022-01-13 22:21:23 +01:00
Security Python 3.9.7 2021-08-30 21:02:15 +02:00
Tests bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631) (GH-30635) 2022-01-17 14:47:21 +01:00
Tools-Demos Python 3.9.10 2022-01-13 22:21:23 +01:00
Windows Python 3.9.10 2022-01-13 22:21:23 +01:00