]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258)
authorWilliam S Fulton <wsf@fultondesigns.co.uk>
Fri, 4 Jul 2025 15:54:00 +0000 (16:54 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Jul 2025 15:54:00 +0000 (11:54 -0400)
commitd1d5dce14f90d777608e4403d09079421ff55944
tree08cfa6dc77c6d6bafbfaa4f9a01f8de9734065aa
parentade19880943509945da193202ca89e0b2b6fbd75
gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258)

Use the %N format specifier instead of %s and `PyType_GetName`.
Modules/_testcapi/vectorcall.c