]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132038: Make perf version check in test_perf_profiler more robust (#132039)
authorItamar Oren <itamarost@gmail.com>
Thu, 3 Apr 2025 17:37:08 +0000 (10:37 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Apr 2025 17:37:08 +0000 (18:37 +0100)
commitb6c92ec419cfa1e4483b072996bab403c9970a5d
treec798bd740100bb1f8da3c62ec6a260e4c081d9e1
parent5518c2ae09cd8f135981f362dabd000d44d26cac
gh-132038: Make perf version check in test_perf_profiler more robust (#132039)

Should work also if the version string includes a commit hash, like `perf version 6.12.9.g242e6068fd5c`
Lib/test/test_perf_profiler.py