]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128714: Fix function object races in `__annotate__`, `__annotations__` and `__type...
authorXuanteng Huang <44627253+xuantengh@users.noreply.github.com>
Thu, 6 Feb 2025 14:40:50 +0000 (22:40 +0800)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2025 14:40:50 +0000 (20:10 +0530)
commit55f17b77c305be877ac856d6426b13591cbc7fc8
tree569ee82989509a5b6af0831dead0909981bc9701
parent63f0406d5ad25a55e49c3903b29407c50a17cfd5
gh-128714: Fix function object races in `__annotate__`, `__annotations__` and `__type_params__` in  free-threading build (#129016)
Lib/test/test_free_threading/test_func_annotations.py [new file with mode: 0644]
Misc/NEWS.d/next/Core_and_Builtins/2025-01-19-09-07-44.gh-issue-128714.m1fyCB.rst [new file with mode: 0644]
Objects/clinic/funcobject.c.h
Objects/funcobject.c