]> granicus.if.org Git - python/commit
Plug another leak, and finally add a test for #1174606 (read() from /dev/zero).
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Mar 2009 18:55:12 +0000 (18:55 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Mar 2009 18:55:12 +0000 (18:55 +0000)
commit7d037a7b5285093a4fa9906dc22d3dc1bf508b19
tree6ff062522cabf97d2b740cc1ce25f9141e434ef8
parent8e21fb2c69687717f6980e545f54b293c3cf606d
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