]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144068: fix JIT tracer memory leak when daemon thread exits (GH-144077)
authorHai Zhu <haiizhu@outlook.com>
Sat, 24 Jan 2026 09:43:01 +0000 (17:43 +0800)
committerGitHub <noreply@github.com>
Sat, 24 Jan 2026 09:43:01 +0000 (09:43 +0000)
commit29840247ff6da36808cd04115421ff59cdaea455
treedf07cf28b560ea885b3766767884b7b194c3d8c4
parent6f579147e35f85d74c262719c6cac7277f96b124
gh-144068: fix JIT tracer memory leak when daemon thread exits (GH-144077)
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2026-01-21-02-30-06.gh-issue-144068.9TTu7v.rst [new file with mode: 0644]
Python/pystate.c