]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114101: Correct PyErr_Format arguments in _testcapi module (#114102)
authorAN Long <aisk@users.noreply.github.com>
Tue, 16 Jan 2024 08:32:39 +0000 (16:32 +0800)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 08:32:39 +0000 (09:32 +0100)
commit6c502ba809ff662a5eebf8c6778dec6bd28918fb
tree5fcdc14f8c46a3a2981378d6c6eff04fd849aceb
parent8fd287b18f20f0a310203f574adec196530627c7
gh-114101: Correct PyErr_Format arguments in _testcapi module (#114102)

- use PyErr_SetString() iso. PyErr_Format() in parse_tuple_and_keywords()
- fix misspelled format specifier in CHECK_SIGNNESS() macro
Modules/_testcapi/getargs.c
Modules/_testcapimodule.c