]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133741: Fix _can_strace(): check --trace option (#133766)
authorVictor Stinner <vstinner@python.org>
Fri, 9 May 2025 16:25:47 +0000 (18:25 +0200)
committerGitHub <noreply@github.com>
Fri, 9 May 2025 16:25:47 +0000 (18:25 +0200)
commit67086282fcc1fc944be2e723cfc05de16109793a
tree806d48f35761124d4605a6d2d6f9e2f5d4aecb7a
parent6d9ec4e9d70a8a04000398e0a3fb2ca279e81657
gh-133741: Fix _can_strace(): check --trace option (#133766)

The --trace option needs strace 5.5 or newer.
Lib/test/support/strace_helper.py