]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-8256: Fixed possible failing or crashing input() (#641)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Mar 2017 19:52:17 +0000 (21:52 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2017 19:52:17 +0000 (21:52 +0200)
commitaac875fa2f03cab61ceeaa2621c4c5534c7bcfc2
treefa00e616392038d440aa0a550ceee9f270c5716b
parentc60948464fb0ec116ea227f6bce8a4bb8fb75257
[3.6] bpo-8256: Fixed possible failing or crashing input() (#641)

if attributes "encoding" or "errors" of sys.stdin or sys.stdout are not set or are not strings.
Misc/NEWS
Python/bltinmodule.c