]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Disable the function/code cache in free-threaded builds (#118301)
authormpage <mpage@meta.com>
Fri, 3 May 2024 20:21:04 +0000 (13:21 -0700)
committerGitHub <noreply@github.com>
Fri, 3 May 2024 20:21:04 +0000 (16:21 -0400)
commit37d095002216a4e45b4e82539ca0421ded8aaae3
tree0cfb64e629fa0f78cbc314ef7a326b93fc021170
parent52485967813acdb35c274e1b2eaedd34e9ac01fc
gh-117657: Disable the function/code cache in free-threaded builds (#118301)

This is only used by the specializing interpreter and the tier 2
optimizer, both of which are disabled in free-threaded builds.
Include/internal/pycore_function.h
Objects/codeobject.c
Objects/funcobject.c
Tools/tsan/suppressions_free_threading.txt