]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153531: fix thread safety of setting func.__doc__ and func.__module__ (#154851)
authorKumar Aditya <kumaraditya@python.org>
Wed, 29 Jul 2026 06:35:11 +0000 (12:05 +0530)
committerGitHub <noreply@github.com>
Wed, 29 Jul 2026 06:35:11 +0000 (12:05 +0530)
commit9ccd5bb81edde823fb5fdbd51287f4a0ddfcd149
tree0a205e5c671d948df3de4476f4ed097b70999f3b
parent9c91fd958f3f16e2ea091013847cb024f9da5e48
gh-153531: fix thread safety of setting func.__doc__ and func.__module__ (#154851)
Lib/test/test_free_threading/test_functions.py
Objects/funcobject.c