[3.6] bpo-8256: Fixed possible failing or crashing input() (#641) · python/cpython@aac875f · GitHub
Skip to content

Commit aac875f

Browse files
[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.
1 parent c609484 commit aac875f

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 0 deletions

Python/bltinmodule.c

Lines changed: 16 additions & 5 deletions

0 commit comments

Comments
 (0)