]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Mar 2019 08:05:57 +0000 (10:05 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2019 08:05:57 +0000 (10:05 +0200)
commit9e4861f52349011cd5916eef8e8344575e8ac426
treef959ba22afc2588dbd9eaa1b87533f194495d67d
parentb727239575894b060db37792e86aab818c00817a
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928)
Lib/test/test_dbm_dumb.py
Lib/test/test_mmap.py
Lib/test/test_socket.py
Lib/test/test_tarfile.py
Lib/test/test_zipfile64.py