]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134144: Fix use-after-free in zapthreads() (#134145)
authorb-pass <b-pass@users.noreply.github.com>
Sun, 18 May 2025 15:02:29 +0000 (11:02 -0400)
committerGitHub <noreply@github.com>
Sun, 18 May 2025 15:02:29 +0000 (20:32 +0530)
commitf2de1e6861c27bd498f598efc01600450979b5f9
tree09a00dce96c42e55f95115472c66ff7d8bcf952a
parent0a160bf14c4848f50539e52e2de486c641d122a2
gh-134144: Fix use-after-free in zapthreads() (#134145)
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