]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148906: fix performance scaling of descriptors on free-threading (#148915)
authorKumar Aditya <kumaraditya@python.org>
Wed, 13 May 2026 17:33:59 +0000 (23:03 +0530)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 17:33:59 +0000 (23:03 +0530)
commit94bca40ff09c20f6168d6a27e3aa42bf8a8077b8
tree4dc76d463cd9ba7139a936515e94c26f33d368cb
parenteac4fe3b2c77693790a5ef7dfab127c1fee81bf9
gh-148906: fix performance scaling of descriptors on free-threading (#148915)
Objects/typeobject.c
Tools/ftscalingbench/ftscalingbench.py