]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-121608: Fix test_samply_profiler: only check samply once (GH-153424) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Jul 2026 02:49:38 +0000 (04:49 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2026 02:49:38 +0000 (02:49 +0000)
commitcb912e108c590bb0b8ded55653e63ad47f945362
tree22f9cff845ad3148c433de78bb35dda4298d26c6
parent462f62819bbc47ddec7586dd045ed843ca99e924
[3.15] gh-121608: Fix test_samply_profiler: only check samply once (GH-153424) (#153457)

gh-121608: Fix test_samply_profiler: only check samply once (GH-153424)

Only run samply_command_works() once. Remove also dead code.
(cherry picked from commit 311444998140240c164092640897013500b05963)

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