]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151496: Use process groups in test_dtrace (#151512) main
authorVictor Stinner <vstinner@python.org>
Wed, 17 Jun 2026 08:58:22 +0000 (10:58 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2026 08:58:22 +0000 (10:58 +0200)
commita064b323f4350305e7486c7b1090cf12b19e7738
tree35ecd037aa913ae4455282a53f4fdfaba5b830e7
parent9a61d1c0c8ebe21277c0a84abf6000049540464f
gh-151496: Use process groups in test_dtrace (#151512)

Create a new process group to run bpftrace commands, so it's possible
to kill also child processes on timeout.
Lib/test/test_dtrace.py