]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Mar 2015 13:23:15 +0000 (15:23 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Mar 2015 13:23:15 +0000 (15:23 +0200)
commit56cefa69ee919559cf3ca2388d12371c24402df3
tree5fc0f839259759a19ca05b5a68072a6ad00bce8c
parent86fdbf3152f2c19c483da5cce4b4d74539d1407b
Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to
NamedTemporaryFile instance.  Patch by Bohuslav Kabrda.
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS