[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-38546: multiprocessing tests stop the resource tracker by vstinner · Pull Request #17641 · python/cpython

vstinner

The Wayback Machine - https://web.archive.org/web/20200102020048/https://github.com/python/cpython/pull/17641

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

Conversation

Multiprocessing and concurrent.futures tests now stop the resource
tracker process when tests complete.

Add ResourceTracker._stop() method to
multiprocessing.resource_tracker.

Add _cleanup_tests() helper function to multiprocessing.util: share
code between multiprocessing and concurrent.futures tests.

vstinner merged commit 9707e8e into python:master

Dec 17, 2019

9 checks passed

Azure Pipelines PR #20191217.23 succeeded

Details

bedevere/issue-number Issue number 38546 found

Details

bedevere/news News entry found in Misc/NEWS.d

continuous-integration/travis-ci/pr The Travis CI build passed

Details

vstinner deleted the vstinner:mp_stop_res_tracker branch

Dec 17, 2019

vstinner added a commit to vstinner/cpython that referenced this pull request

Dec 17, 2019
…17641)

Multiprocessing and concurrent.futures tests now stop the resource
tracker process when tests complete.

Add ResourceTracker._stop() method to
multiprocessing.resource_tracker.

Add _cleanup_tests() helper function to multiprocessing.util: share
code between multiprocessing and concurrent.futures tests.

(cherry picked from commit 9707e8e)

vstinner added a commit that referenced this pull request

Dec 18, 2019
…GH-17647)

Multiprocessing and concurrent.futures tests now stop the resource
tracker process when tests complete.

Add ResourceTracker._stop() method to
multiprocessing.resource_tracker.

Add _cleanup_tests() helper function to multiprocessing.util: share
code between multiprocessing and concurrent.futures tests.

(cherry picked from commit 9707e8e)