[Python-checkins] [python/cpython] b7fb1e: bpo-29110: Fix file object leak in `aifc.open` (GH...

GitHub noreply at github.com
Sun Feb 26 14:35:02 EST 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: b7fb1e25c89a9eb85b95027f4167bc0977687c43
      https://github.com/python/cpython/commit/b7fb1e25c89a9eb85b95027f4167bc0977687c43
  Author: INADA Naoki <methane at users.noreply.github.com>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M Lib/aifc.py
    M Lib/test/test_aifc.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-29110: Fix file object leak in `aifc.open` (GH-311)

(cherry picked from commit 03f68b6) (GH-162)
(cherry picked from commit 5dc33ee) (GH-293)




More information about the Python-checkins mailing list