]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154821: fix data races on function attributes (#154826)
authorKumar Aditya <kumaraditya@python.org>
Tue, 28 Jul 2026 16:54:27 +0000 (22:24 +0530)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2026 16:54:27 +0000 (22:24 +0530)
commit4f3e85640f72ee79d819ea3546868aa6544a6f49
treed7fa8ff0d87a7b373a807a31a064307041d7b88a
parentcb0f028537448db9457747873f8f4c9e6b607500
gh-154821: fix data races on function attributes (#154826)
Lib/test/test_free_threading/test_functions.py [new file with mode: 0644]
Misc/NEWS.d/next/Core_and_Builtins/2026-07-28-10-00-00.gh-issue-133931.fnQzxD.rst [new file with mode: 0644]
Objects/funcobject.c