]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-148906: fix performance scaling of descriptors on free-threading (GH-148915...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 May 2026 18:09:33 +0000 (20:09 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 18:09:33 +0000 (18:09 +0000)
commit166c56b31162924ddbb594b67169004882dd1c07
tree06dbe3e9c2807efabe6db6d47d06b528823e5cb0
parentbb7a539da2fdd81724ecf8d899aa369a247709b9
[3.15] gh-148906: fix performance scaling of descriptors on free-threading (GH-148915) (#149798)

gh-148906: fix performance scaling of descriptors on free-threading (GH-148915)
(cherry picked from commit 94bca40ff09c20f6168d6a27e3aa42bf8a8077b8)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Objects/typeobject.c
Tools/ftscalingbench/ftscalingbench.py