]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 2 Sep 2015 21:19:55 +0000 (23:19 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 2 Sep 2015 21:19:55 +0000 (23:19 +0200)
commit5b6b4a8c344cb70dca67109989f430733c74cfce
tree5775403674b09599c40da3b0c3559d70e1f617dd
parent2f3ac1ea76c5405d18ea5214ae4c795648dc47de
test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings
when the test is interrupted (or fail).
Lib/test/test_gdb.py