]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31160: Fix race condition in test_os.PtyTests (GH-19263)
authorVictor Stinner <vstinner@python.org>
Tue, 31 Mar 2020 22:27:18 +0000 (00:27 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2020 22:27:18 +0000 (00:27 +0200)
commit16d75675d2ad2454f6dfbf333c94e6237df36018
treef0113562218572a8632ada148ff58d17aba8b68e
parent40bfdb1594189f3c0238e5d2098dc3abf114e200
bpo-31160: Fix race condition in test_os.PtyTests (GH-19263)

bpo-31160, bpo-40094: Wait until the process completes before closing
the PTY to prevent sending SIGHUP to the child process.
Lib/test/test_builtin.py