]> granicus.if.org Git - python/commit
[3.5] bpo-8256: Fixed possible failing or crashing input() (#642)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Mar 2017 19:52:57 +0000 (21:52 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2017 19:52:57 +0000 (21:52 +0200)
commita16894ebf8823f0e09036aacde9288c00e8d9058
tree355d23e7ff0919193c125c416cc777bf074c0c24
parenta6aac8c87036c3180916b893d66b1e257b5e2ec2
[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 c2cf12857187aa147c268651f10acd6da2c9cb74)
Misc/NEWS
Python/bltinmodule.c