]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Mar 2019 08:06:26 +0000 (10:06 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2019 08:06:26 +0000 (10:06 +0200)
commit5b10b9824780b2181158902067912ee9e7b04657
tree1c89bea944e6638eb008c8f106b2ee48cc9448d1
parent9e4861f52349011cd5916eef8e8344575e8ac426
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
25 files changed:
Lib/test/support/__init__.py
Lib/test/support/script_helper.py
Lib/test/test_argparse.py
Lib/test/test_binhex.py
Lib/test/test_bool.py
Lib/test/test_codecs.py
Lib/test/test_epoll.py
Lib/test/test_float.py
Lib/test/test_ioctl.py
Lib/test/test_os.py
Lib/test/test_pipes.py
Lib/test/test_poll.py
Lib/test/test_random.py
Lib/test/test_runpy.py
Lib/test/test_select.py
Lib/test/test_shelve.py
Lib/test/test_site.py
Lib/test/test_socketserver.py
Lib/test/test_tempfile.py
Lib/test/test_threading.py
Lib/test/test_urllib2.py
Lib/test/test_urllib2_localnet.py
Lib/test/test_xmlrpc.py
Lib/test/test_zipimport.py
Lib/test/test_zipimport_support.py