]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: Skip test_perf_profiler on function sanitizer (#132020)
authorVictor Stinner <vstinner@python.org>
Wed, 2 Apr 2025 16:46:10 +0000 (18:46 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Apr 2025 16:46:10 +0000 (18:46 +0200)
commit643dd5107cee995c0b48511bf5dbc52c695d11af
tree6d3d605d6df6e15bdcf080076f98a4ef847ec5f9
parentf20f02e6b586d5e497a1da2912930203b3469c17
gh-111178: Skip test_perf_profiler on function sanitizer (#132020)

Add 'function' parameter to check_sanitizer() of test.support.
Lib/test/support/__init__.py
Lib/test/test_perf_profiler.py