]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 70690,70692 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Mar 2009 19:03:52 +0000 (19:03 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Mar 2009 19:03:52 +0000 (19:03 +0000)
commita5682f0ba8984489e660136c26d19a99dc41cd40
treefcd51008b9e1e4b89087efb1536ee9bcd3fff5f2
parent3da792690d6d9ef9bed15f878b1f62e51cdcd944
Merged revisions 70690,70692 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r70690 | antoine.pitrou | 2009-03-29 20:40:13 +0200 (dim., 29 mars 2009) | 3 lines

  Fix leak in _fileio.c (patch by Hirokazu Yamamoto)
........
  r70692 | antoine.pitrou | 2009-03-29 20:55:12 +0200 (dim., 29 mars 2009) | 4 lines

  Plug another leak, and finally add a test for #1174606 (read() from /dev/zero).
  The leak was the reason my previous attempts at testing failed...
........
Lib/test/test_io.py
Modules/_fileio.c