]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138122: Add --subprocesses flag to profile child processes in tachyon (#142636)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 15 Dec 2025 12:11:40 +0000 (12:11 +0000)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 12:11:40 +0000 (12:11 +0000)
commit6658e2cb07fa2ebafb1476b258cbceb24e233708
tree2ff69bbf637dc15d5a91e2b7a015828b74350281
parent14e6052b438d99acaba7a39d454af98cfdf5cac7
gh-138122: Add --subprocesses flag to profile child processes in tachyon (#142636)
22 files changed:
Doc/library/profiling.sampling.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/profiling/sampling/_child_monitor.py [new file with mode: 0644]
Lib/profiling/sampling/cli.py
Lib/test/support/__init__.py
Lib/test/test_external_inspection.py
Lib/test/test_profiling/test_sampling_profiler/test_advanced.py
Lib/test/test_profiling/test_sampling_profiler/test_children.py [new file with mode: 0644]
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-12-15-14-03.gh-issue-138122.m3EF9E.rst [new file with mode: 0644]
Modules/Setup.stdlib.in
Modules/_remote_debugging/_remote_debugging.h
Modules/_remote_debugging/clinic/module.c.h
Modules/_remote_debugging/module.c
Modules/_remote_debugging/subprocess.c [new file with mode: 0644]
PCbuild/_remote_debugging.vcxproj
PCbuild/_remote_debugging.vcxproj.filters