]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 11 Jan 2023 15:32:02 +0000 (21:02 +0530)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 15:32:02 +0000 (21:02 +0530)
commita3b65770a0c048c3feaf9c289deba9a8f0e34f72
tree99514d1dacc93786ccd1baf8827eab155c79d1a8
parent5aa8b9e70c44862cf3f600bdc329a20790b67056
[3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)

(cherry picked from commit 762745a124cbc297cf2fe6f3ec9ca1840bb2e873)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/test/test_threading_local.py
Misc/NEWS.d/next/Core and Builtins/2023-01-10-14-11-17.gh-issue-100892.qfBVYI.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Modules/_threadmodule.c