]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107944: Improve error message for getargs with bad keyword arguments (#114792)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Thu, 8 Feb 2024 09:04:41 +0000 (01:04 -0800)
committerGitHub <noreply@github.com>
Thu, 8 Feb 2024 09:04:41 +0000 (01:04 -0800)
commit17689e3c41d9f61bcd1928b24d3c50c37ceaf3f2
tree7b7bd7681ee4810ba68527324a96093e2a21fb24
parent9e90313320a2af2d9ff7049ed3842344ed236630
gh-107944: Improve error message for getargs with bad keyword arguments (#114792)
Doc/whatsnew/3.13.rst
Lib/test/test_call.py
Lib/test/test_capi/test_getargs.py
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2024-01-31-09-10-10.gh-issue-107944.XWm1B-.rst [new file with mode: 0644]
Python/getargs.c