]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhost
authorMartin Panter <vadmium+py@gmail.com>
Mon, 29 Feb 2016 00:31:38 +0000 (00:31 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Mon, 29 Feb 2016 00:31:38 +0000 (00:31 +0000)
commitb6b1ab4fa83c000f14bd63c92d9182fbd507d0be
tree9daa8c046428ef7caf829cf3898227a069686f55
parent97b6e0bd1b1305f3273b1de9d03f238dea161951
Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhost
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS