]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100892: Fix race in clearing `threading.local` (#100922)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 11 Jan 2023 10:33:31 +0000 (16:03 +0530)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 10:33:31 +0000 (16:03 +0530)
commit762745a124cbc297cf2fe6f3ec9ca1840bb2e873
treeafda022491baf91db77ddd5909833e91cb166aee
parent847d7708ba8739a5d5d31f22d71497527a7d8241
GH-100892: Fix race in clearing `threading.local` (#100922)
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