]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in `ceval.c` error message (#148860)
authorAnonymous941 <36797492+Anonymous941@users.noreply.github.com>
Mon, 27 Apr 2026 07:21:53 +0000 (03:21 -0400)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2026 07:21:53 +0000 (09:21 +0200)
commit54a8921140ba98461ca915fb80a043271c275b51
treee736d0a8f443644764a6fc0a3d725b04ea1dfdc2
parent804c213c89366dd5ffa7feeb1bd4feccfee75b38
Fix typo in `ceval.c` error message (#148860)

Fix the "multiple values for keyword argument" error message
used when the function's `__qualname__` cannot be retrieved.
Python/ceval.c