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

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


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




More information about the Python-checkins mailing list