STINNER Victor <vstin...@python.org> added the comment:

The two non-ASCII tests are very old:

commit 0d776b1ce849ff0646738b6361ef940ab6f8b9cb
Author: Antoine Pitrou <solip...@pitrou.net>
Date:   Sun Nov 6 00:34:26 2011 +0100

    Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
    error handler in interactive mode (when calling into PyOS_Readline()).


The code was refactored later by:

commit c9a6ab56cfae90c96c1361314c3c99b32e114446
Author: Martin Panter <vadmium...@gmail.com>
Date:   Sat Oct 10 01:25:38 2015 +0000

    Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
    
    Also factored out some test cases into a new PtyTests class.

----------

_______________________________________
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

Reply via email to