This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2020-06-19.10:38:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592563122.29.0.446391624132.issue41034@roundup.psfhosted.org>
In-reply-to
Content
The two non-ASCII tests are very old:

commit 0d776b1ce849ff0646738b6361ef940ab6f8b9cb
Author: Antoine Pitrou <solipsis@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+py@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.
History
Date User Action Args
2020-06-19 10:38:42vstinnersetrecipients: + vstinner
2020-06-19 10:38:42vstinnersetmessageid: <1592563122.29.0.446391624132.issue41034@roundup.psfhosted.org>
2020-06-19 10:38:42vstinnerlinkissue41034 messages
2020-06-19 10:38:42vstinnercreate