]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100937)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 11 Jan 2023 15:31:48 +0000 (21:01 +0530)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 15:31:48 +0000 (21:01 +0530)
commite7076716842dd3f45298adef5b3decdf44842603
tree0bde25df7ca747ddbe7ac520ff43014e2726295f
parent1b2459dc64b1c3eea89312ea9bf422f8d7c75bb2
[3.11] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100937)

(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