]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142654: show the clear error message when sampling on an unknown PID in tachyon...
authorKeming <kemingy94@gmail.com>
Wed, 17 Dec 2025 14:15:22 +0000 (22:15 +0800)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 14:15:22 +0000 (14:15 +0000)
commitd4095f25e8573efb63196ae96a2f7ba8b5f06dce
treecc610f4787b2282edca4aa3dc31f29cedf4f49bd
parent1fc3039d7172095d90df489c7a5e555f7128ee90
gh-142654: show the clear error message when sampling on an unknown PID in tachyon (#142655)

Co-authored-by: Pablo Galindo Salgado <pablogsal@gmail.com>
Lib/profiling/sampling/__main__.py
Lib/profiling/sampling/cli.py
Lib/profiling/sampling/errors.py [new file with mode: 0644]
Lib/profiling/sampling/sample.py
Lib/test/test_profiling/test_sampling_profiler/test_cli.py
Lib/test/test_profiling/test_sampling_profiler/test_integration.py
Lib/test/test_profiling/test_sampling_profiler/test_modes.py
Misc/NEWS.d/next/Library/2025-12-13-10-34-59.gh-issue-142654.fmm974.rst [new file with mode: 0644]