]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95004: specialize access to enums and fix scaling on free-threading (#148184)
authorKumar Aditya <kumaraditya@python.org>
Tue, 7 Apr 2026 16:13:50 +0000 (21:43 +0530)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2026 16:13:50 +0000 (21:43 +0530)
commite371ce10cd4c26bf5210a3fe2bf6fc7d87cc0efb
treebb99c9f8d25b00e9f0aeb08273394f783e575baf
parent7e0a0be4097f9d29d66fe23f5af86f18a34ed7dd
gh-95004: specialize access to enums and fix scaling on free-threading (#148184)

Co-authored-by: Ken Jin <kenjin4096@gmail.com>
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core_and_Builtins/2026-04-06-18-25-53.gh-issue-95004.CQeT_H.rst [new file with mode: 0644]
Python/specialize.c
Tools/ftscalingbench/ftscalingbench.py