]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-137400: Fix a crash when disabling profiling across all threads (gh-137471...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Aug 2025 14:29:57 +0000 (16:29 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Aug 2025 14:29:57 +0000 (17:29 +0300)
commit4ebd928b0096ca1dd78d5d3e6c787dbc40a43c11
tree1250beaa87176f9552b2da7179033671776b9959
parent4dda1768be01e7fb99135d2cb488857823d68fd2
[3.14] gh-137400: Fix a crash when disabling profiling across all threads (gh-137471) (#137648)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Lib/test/test_free_threading/test_monitoring.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-06-15-39-54.gh-issue-137400.xIw0zs.rst [new file with mode: 0644]
Python/legacy_tracing.c