]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133741: Fix _can_strace(): check --trace option (GH-133766) (#133774)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 May 2025 16:52:23 +0000 (18:52 +0200)
committerGitHub <noreply@github.com>
Fri, 9 May 2025 16:52:23 +0000 (16:52 +0000)
commit5e730a8baa8a6d321f14f91b95b47e5d617b5f0c
treee929917558cf5ae6c2175fdfd7f3b41296379620
parent4e57e213d6bb32c8d6b1cf50d0231eafb6f1b73b
[3.14] gh-133741: Fix _can_strace(): check --trace option (GH-133766) (#133774)

gh-133741: Fix _can_strace(): check --trace option (GH-133766)

The --trace option needs strace 5.5 or newer.
(cherry picked from commit 67086282fcc1fc944be2e723cfc05de16109793a)

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