]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). 100938/head
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 11 Jan 2023 10:33:31 +0000 (16:03 +0530)
committerKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 11 Jan 2023 10:43:47 +0000 (10:43 +0000)
commit683e9fe30ecd024f5508b2a33316752870100a96
tree99514d1dacc93786ccd1baf8827eab155c79d1a8
parent5aa8b9e70c44862cf3f600bdc329a20790b67056
[3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922).
(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