#4841: Fix FileIO constructor to honor closefd when called repeatedly
authorHynek Schlawack <hs@ox.cx>
Fri, 25 May 2012 08:05:53 +0000 (10:05 +0200)
committerHynek Schlawack <hs@ox.cx>
Fri, 25 May 2012 08:05:53 +0000 (10:05 +0200)
commit2cc71565154b2092da9b15e205567c13e07f331a
tree4ce37916feb8fa7c9d496281f793038893446e52
parent1a01ebc41cbbfc127865f82656879a58c2560543
#4841: Fix FileIO constructor to honor closefd when called repeatedly

Patch by Victor Stinner.
Lib/test/test_io.py
Modules/_io/fileio.c