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

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