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

GitHub noreply at github.com
Sun Mar 12 07:50:37 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: c2cf12857187aa147c268651f10acd6da2c9cb74
      https://github.com/python/cpython/commit/c2cf12857187aa147c268651f10acd6da2c9cb74
  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:
  -----------
  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.




More information about the Python-checkins mailing list