commit | a661392f8fb5ac4fc095aa1845d1eb7a25c4e9be | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Oct 17 00:29:12 2019 +0200 |
committer | GitHub <noreply@github.com> | Thu Oct 17 00:29:12 2019 +0200 |
tree | f5686760852e658e82eda135817ad65b4359ed84 | |
parent | 7aebbd1182bc818324656b2fb764679faf51fdff [diff] |
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.