]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] GH-102126: fix deadlock at shutdown when clearing thread states (GH-102222... 104073/head
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 28 Mar 2023 08:55:36 +0000 (14:25 +0530)
committerGitHub <noreply@github.com>
Tue, 28 Mar 2023 08:55:36 +0000 (10:55 +0200)
commit7cb3a4474731f52c74b19dd3c99ca06e227dae3b
tree791e6c9e71c26f0740dc694b6754ce3a209723c2
parentb5a94301a281854d3c746bc0a0167a7d6aaf91f5
[3.9] GH-102126: fix deadlock at shutdown when clearing thread states (GH-102222) (#102236)

(cherry picked from commit 5f11478ce7fda826d399530af4c5ca96c592f144)
Misc/NEWS.d/next/Core and Builtins/2023-02-24-17-59-39.gh-issue-102126.HTT8Vc.rst [new file with mode: 0644]
Python/pystate.c