]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652)
authorVictor Stinner <vstinner@python.org>
Wed, 18 Dec 2019 14:50:04 +0000 (15:50 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Dec 2019 14:50:04 +0000 (15:50 +0100)
commit673c39331f844a80c465efd7cff88ac55c432bfb
treeffe6991c48bf6cb4364196c01533a16e01bda51d
parent75bb07e92baa7267a61056d03d7e6b475588e793
bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652)

Fix test_ressources_gced_in_workers() of test_concurrent_futures:
explicitly stop the manager to prevent leaking a child process
running in the background after the test completes.
Lib/test/test_concurrent_futures.py
Misc/NEWS.d/next/Tests/2019-12-18-14-52-08.bpo-38546.2kxNuM.rst [new file with mode: 0644]