]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134144: Fix use-after-free in zapthreads() (GH-134145) (#134182)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 18 May 2025 15:29:19 +0000 (17:29 +0200)
committerGitHub <noreply@github.com>
Sun, 18 May 2025 15:29:19 +0000 (15:29 +0000)
commitbb5f92adcf3c35fe9842e564f0ff6d9e5f900ebe
tree0f0b8326f0f6df50881da614f595d6a8dc6030fe
parent8d51ed6b050b2678a8c1ad22b739554171a563cc
[3.14] gh-134144: Fix use-after-free in zapthreads() (GH-134145) (#134182)

gh-134144: Fix use-after-free in zapthreads() (GH-134145)
(cherry picked from commit f2de1e6861c27bd498f598efc01600450979b5f9)

Co-authored-by: b-pass <b-pass@users.noreply.github.com>
Lib/test/test_interpreters/test_api.py
Misc/NEWS.d/next/C_API/2025-05-17-14-41-21.gh-issue-134144.xVpZik.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Python/pystate.c