]> granicus.if.org Git - python/commit
bpo-8256: Fixed possible failing or crashing input() (#517)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Mar 2017 11:50:36 +0000 (13:50 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2017 11:50:36 +0000 (13:50 +0200)
commitc2cf12857187aa147c268651f10acd6da2c9cb74
tree19b0087a9bb6fb80ddfb4e82518b11e62e8083c0
parent4dadcd4ed7824c7904add78577e6a05864cfe493
bpo-8256: Fixed possible failing or crashing input() (#517)

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