]> granicus.if.org Git - python/commit
bpo-37531: regrtest now catchs ProcessLookupError (GH-16827)
authorVictor Stinner <vstinner@python.org>
Wed, 16 Oct 2019 22:29:12 +0000 (00:29 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Oct 2019 22:29:12 +0000 (00:29 +0200)
commita661392f8fb5ac4fc095aa1845d1eb7a25c4e9be
treef5686760852e658e82eda135817ad65b4359ed84
parent7aebbd1182bc818324656b2fb764679faf51fdff
bpo-37531: regrtest now catchs ProcessLookupError (GH-16827)

Fix a warning on a race condition on TestWorkerProcess.kill(): ignore
silently ProcessLookupError rather than logging an useless warning.
Lib/test/libregrtest/runtest_mp.py