Files
cpython/Python/bltinmodule.c
Serhiy Storchaka a16894ebf8 [3.5] bpo-8256: Fixed possible failing or crashing input() (#642)
if attributes "encoding" or "errors" of sys.stdin or sys.stdout
are not set or are not strings.

(cherry picked from commit c2cf128571)
2017-03-12 21:52:57 +02:00

79 KiB