]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-144766: Fix a crash in fork child process when perf support is enabled...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 14 Feb 2026 17:52:42 +0000 (17:52 +0000)
committerGitHub <noreply@github.com>
Sat, 14 Feb 2026 17:52:42 +0000 (17:52 +0000)
commit0151abcd9f580f9460269f9787af7ad883c8362b
tree6ee7da38044b25e638f5e09743f6057deecee321
parent48dd8520258ecee7e2fab9b658bff39c22ba2277
[3.13] gh-144766: Fix a crash in fork child process when perf support is enabled. (GH-144795) (#144818)

(cherry picked from commit 5922149a5033ec1151320864e605adf88f53f280)

Co-authored-by: Yilei <hi@mangoumbrella.com>
Lib/test/test_perf_profiler.py
Misc/NEWS.d/next/Core and Builtins/2026-02-13-18-30-59.gh-issue-144766.JGu3x3.rst [new file with mode: 0644]
Python/perf_trampoline.c