[Python-checkins] [python/cpython] a16894: [3.5] bpo-8256: Fixed possible failing or crashing...

GitHub noreply at github.com
Sun Mar 12 15:52:58 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: a16894ebf8823f0e09036aacde9288c00e8d9058
      https://github.com/python/cpython/commit/a16894ebf8823f0e09036aacde9288c00e8d9058
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
    M Misc/NEWS
    M Python/bltinmodule.c

  Log Message:
  -----------
  [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)




More information about the Python-checkins mailing list