]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258) (GH-136294)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 4 Jul 2025 16:18:32 +0000 (18:18 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Jul 2025 16:18:32 +0000 (16:18 +0000)
commit6d21cc54fffbe56df3372f65227160bf27807158
tree09aef466f19e6c5552d0479d835a246199d68039
parent1a2898a383ac5b57a7e0eba34ccab2055d79f1aa
[3.14] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258) (GH-136294)

gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258)

Use the %N format specifier instead of %s and `PyType_GetName`.
(cherry picked from commit d1d5dce14f90d777608e4403d09079421ff55944)

Co-authored-by: William S Fulton <wsf@fultondesigns.co.uk>
Modules/_testcapi/vectorcall.c