]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139525: Don't specialize functions which have a modified vectorcall (#139524)
authorDino Viehland <dinoviehland@meta.com>
Fri, 3 Oct 2025 16:58:32 +0000 (09:58 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Oct 2025 16:58:32 +0000 (09:58 -0700)
commitff0cf0af10a775ea03dc2546b6a5506a708c2ab7
tree92607fd2220caf5310303c30787932543089d55e
parent12805ef9dac1d564fef222d632dcb4063117bc32
gh-139525: Don't specialize functions which have a modified vectorcall (#139524)

Don't specialize functions which have a modified vectorcall
Lib/test/test_opcache.py
Modules/_testinternalcapi.c
Python/specialize.c