]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137992: fix `PyRefTracer_SetTracer` to start world before returning (#138925)
authorKumar Aditya <kumaraditya@python.org>
Mon, 15 Sep 2025 14:39:15 +0000 (20:09 +0530)
committerGitHub <noreply@github.com>
Mon, 15 Sep 2025 14:39:15 +0000 (15:39 +0100)
commit5c4bb9b7f6a779351afcdd76f390c572b3c1dc06
tree8c622fd1be568f14e7c5054c5e11a13584fb2cd5
parenta003112821a445128f9b94f9a46528e5449dfc86
gh-137992: fix `PyRefTracer_SetTracer` to start world before returning  (#138925)

fix deadlock in PyRefTracer_SetTracer
Objects/object.c