]> granicus.if.org Git - python/commit
#4841: Fix FileIO constructor to honor closefd when called repeatedly
authorHynek Schlawack <hs@ox.cx>
Fri, 25 May 2012 08:27:43 +0000 (10:27 +0200)
committerHynek Schlawack <hs@ox.cx>
Fri, 25 May 2012 08:27:43 +0000 (10:27 +0200)
commit9866d96e48e884edb8d7db468c03db316503bbbc
tree85d09a932a4453937921b777437ed8cf4e9fa566
parent18eac4a1d67b3b4a6f51608f0c3c82fa662100b0
parent2cc71565154b2092da9b15e205567c13e07f331a
#4841: Fix FileIO constructor to honor closefd when called repeatedly

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