]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-139525: Don't specialize functions which have a modified vectorcall (GH...
authorDino Viehland <dinoviehland@meta.com>
Wed, 8 Oct 2025 16:13:34 +0000 (09:13 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 16:13:34 +0000 (09:13 -0700)
commit81dc8b12f08f64da756b5d0de5592e60740ba02c
tree2937eac8b6747bd856668acce629febe68033459
parent1c1a0bdfdcda50815408c957a356370f41d4a296
[3.14] gh-139525: Don't specialize functions which have a modified vectorcall (GH-139524) (#139709)

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