]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] GH-100892: Fix race in clearing `threading.local` (GH-100922) (#100939)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Fri, 20 Jan 2023 22:21:40 +0000 (03:51 +0530)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2023 22:21:40 +0000 (23:21 +0100)
commit6954203c9fb7166d3cff8e59ac7e44ddb5bf2fc0
tree41996ee8bb45e7e5a4b508d2934281e8a8419df3
parent6be2e0e24714fcb69417dad91a1643b0d4063565
[3.9] GH-100892: Fix race in clearing `threading.local` (GH-100922) (#100939)

[3.9] [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>.
(cherry picked from commit 683e9fe30ecd024f5508b2a33316752870100a96)

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