STINNER Victor <vstin...@python.org> added the comment:
The "./python -m test -R 3:3 test_builtin" command loads the readline module somehow: --- $ ./python -i -m test -R 3:3 test_builtin (...) SystemExit: 0 >>> import sys >>> 'readline' in sys.modules True --- This bug is a duplicate of bpo-13886. Moreover, I tested manually: my change GH-30631 fix this issue. ---------- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> test_builtin.PtyTests fail on non-ASCII characters if the readline module is loaded _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41034> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com