]> granicus.if.org Git - python/commit
Issue #10253: FileIO leaks a file descriptor when trying to open a file
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 30 Oct 2010 16:19:14 +0000 (16:19 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 30 Oct 2010 16:19:14 +0000 (16:19 +0000)
commit8d2b51b46a1ba0e09f7ee8cb78c848768a675604
tree401ea84f8c345a7f5727db61261109ab9efd8798
parentdaf83acf003466777db394cb5e41d72ee6aea035
Issue #10253: FileIO leaks a file descriptor when trying to open a file
for append that isn't seekable.  Patch by Brian Brazil.
Lib/test/test_fileio.py
Misc/NEWS
Modules/_io/fileio.c