]> granicus.if.org Git - python/commit
bpo-37421: test_concurrent_futures stops ForkServer (GH-14643)
authorVictor Stinner <vstinner@redhat.com>
Mon, 8 Jul 2019 08:49:11 +0000 (10:49 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2019 08:49:11 +0000 (10:49 +0200)
commite676244235895aeb6ec3b81ca3ccf4a70e487919
treee290d466326962c3960b0f2c0d2e124de9aec31f
parent762f93ff2efd6b7ef0177cad57939c0ab2002eac
bpo-37421: test_concurrent_futures stops ForkServer (GH-14643)

test_concurrent_futures now explicitly stops the ForkServer instance
if it's running.
Lib/test/test_concurrent_futures.py
Misc/NEWS.d/next/Tests/2019-07-08-10-11-36.bpo-37421.OY77go.rst [new file with mode: 0644]