]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140729: Fix the cProfile module when the executed script contains calls to multipr...
authorDuprat <yduprat@gmail.com>
Mon, 6 Jul 2026 23:39:06 +0000 (01:39 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 23:39:06 +0000 (00:39 +0100)
commitd7275d356916f839dc96aaa43a75e0bbde25732e
treea5d4dfb8a541328bb6a7ae99a5b9635a1636974c
parentdea93ce2a203a9b3aedf091faa6610d13d2b5aea
gh-140729: Fix the cProfile module when the executed script contains calls to multiprocessing.Process (#144715)

Co-authored-by: Pablo Galindo Salgado <pablogsal@gmail.com>
Lib/profiling/tracing/__init__.py
Lib/test/test_profiling/test_tracing_profiler.py
Misc/NEWS.d/next/Library/2026-02-11-16-47-27.gh-issue-140729.2uTPQp.rst [new file with mode: 0644]