]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151496: Use process groups in test_dtrace (GH-151512) (#151589)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Jun 2026 09:28:34 +0000 (11:28 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2026 09:28:34 +0000 (09:28 +0000)
commitd7e7d856096444ab1ba534bf71437b2a934d00bb
tree868f186257c5f2b5899c0db2db7d5f2140dce69a
parenta5c5edddbc3ca7192c057f65fb3a8ff4ea360f96
[3.15] gh-151496: Use process groups in test_dtrace (GH-151512) (#151589)

gh-151496: Use process groups in test_dtrace (GH-151512)

Create a new process group to run bpftrace commands, so it's possible
to kill also child processes on timeout.
(cherry picked from commit a064b323f4350305e7486c7b1090cf12b19e7738)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_dtrace.py