]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: add tests covering `PyFunction_GetKwDefaults` and `PyFunction_SetKwDefaults...
authorNikita Sobolev <mail@sobolevn.me>
Sat, 5 Nov 2022 17:08:47 +0000 (20:08 +0300)
committerGitHub <noreply@github.com>
Sat, 5 Nov 2022 17:08:47 +0000 (17:08 +0000)
commit317acb80387674db8c94f48bb9823ae516d05f5c
treecaf0fc62e1165a93855486c6805c64785385b091
parentc5c40773cbadc8c35212877ea315a375f3bfaa4b
gh-94808: add tests covering `PyFunction_GetKwDefaults` and `PyFunction_SetKwDefaults` (GH-98809)
Lib/test/test_capi.py
Modules/_testcapimodule.c