]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107944: Improve error message for function calls with bad keyword arguments (...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 17 Aug 2023 18:39:42 +0000 (19:39 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Aug 2023 18:39:42 +0000 (19:39 +0100)
commit75b3db8445188c2ad38cabc0021af694df0829b8
tree0787c79b66363158b539a0de86a0b3ef6c37d0eb
parent61c7249759ce88465ea655d5c19d17d03ff3f74b
gh-107944: Improve error message for function calls with bad keyword arguments (#107969)
Include/internal/pycore_pyerrors.h
Lib/test/test_call.py
Misc/NEWS.d/next/Core and Builtins/2023-08-15-11-09-50.gh-issue-107944.zQLp3j.rst [new file with mode: 0644]
Python/ceval.c
Python/suggestions.c