]> granicus.if.org Git - python/commit
bpo-37421: multiprocessing tests now stop ForkServer (GH-14601)
authorVictor Stinner <vstinner@redhat.com>
Fri, 5 Jul 2019 14:15:39 +0000 (16:15 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Jul 2019 14:15:39 +0000 (16:15 +0200)
commit8fbeb14312b4c1320d31ad86e69749515879d1c3
treececcd8ce515360bb685f05e1af635e1d67dea350
parent0d722f3cd602e5f5492f9c65c8af57ea9d3743b6
bpo-37421: multiprocessing tests now stop ForkServer (GH-14601)

multiprocessing tests now stop the ForkServer instance if it's
running: close the "alive" file descriptor to ask the server to stop
and then remove its UNIX address.
Lib/multiprocessing/forkserver.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Tests/2019-07-05-14-47-55.bpo-37421.n8o2to.rst [new file with mode: 0644]