[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-37421: test_concurrent_futures stop ForkServer by vstinner · Pull Request #14643 · python/cpython

the-knights-who-say-ni

test_concurrent_futures now explicitly stops the ForkServer instance
if it's running.

vstinner deleted the concurrent_stop_forkserver branch

July 8, 2019 08:49

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 8, 2019
test_concurrent_futures now explicitly stops the ForkServer instance
if it's running.
(cherry picked from commit e676244)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

vstinner added a commit that referenced this pull request

Jul 8, 2019
)

test_concurrent_futures now explicitly stops the ForkServer instance
if it's running.
(cherry picked from commit e676244)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
test_concurrent_futures now explicitly stops the ForkServer instance
if it's running.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
test_concurrent_futures now explicitly stops the ForkServer instance
if it's running.