◐ Shell
clean mode source ↗

bpo-8256: Fixed possible failing or crashing input() by serhiy-storchaka · Pull Request #517 · python/cpython

if attributes "encoding" or "errors" of sys.stdin or sys.stdout
are not set or are not strings.

vstinner

vadmium

@serhiy-storchaka

serhiy-storchaka

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Mar 12, 2017
if attributes "encoding" or "errors" of sys.stdin or sys.stdout
are not set or are not strings.

(cherry picked from commit c2cf128)

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Mar 12, 2017
if attributes "encoding" or "errors" of sys.stdin or sys.stdout
are not set or are not strings.

(cherry picked from commit c2cf128)

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Mar 12, 2017
if attributes "encoding" or "errors" of sys.stdin or sys.stdout
are not set or are not strings.

(cherry picked from commit c2cf128)

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Mar 16, 2017
if attributes "encoding" or "errors" of sys.stdin or sys.stdout
are not set or are not strings.

(cherry picked from commit c2cf128)

jaraco pushed a commit that referenced this pull request

Dec 2, 2022