]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-140729: Fix the cProfile module when the executed script contains calls...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Jul 2026 00:10:18 +0000 (02:10 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2026 00:10:18 +0000 (00:10 +0000)
commit81986cbdaa8e6721c0612df5d8feb1524643363a
treee160aff458915e5ce038ecfe0bc9cff84294b411
parentcca9d1c3628c1e1c5774d2c14e0dca089bedc23b
[3.15] gh-140729: Fix the cProfile module when the executed script contains calls to multiprocessing.Process (GH-144715) (#153243)
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]