[Python-checkins] [python/cpython] fca705: bpo-25455: Fixed crashes in repr of recursive buff...

GitHub noreply at github.com
Sun Mar 19 14:27:17 EDT 2017


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

  Changed paths:
    M Lib/test/test_fileio.py
    M Lib/test/test_io.py
    M Misc/NEWS
    M Modules/_io/bufferedio.c
    M Modules/_io/fileio.c
    M Modules/_io/textio.c

  Log Message:
  -----------
  bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) (#722)

(cherry picked from commit a5af6e1af77ee0f9294c5776478a9c24d9fbab94)




More information about the Python-checkins mailing list