]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Oct 2022 04:53:36 +0000 (21:53 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2022 04:53:36 +0000 (21:53 -0700)
commitfd9bdde769f371f6824d6dbe724db4b3ba9831ad
tree5e0f568bf54fa2969e4b27ce05beeb5d8c7e2174
parent5e085853176df87a04fc9ebc19111c6b61b18f4c
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)

(cherry picked from commit 5d30544485dc56ab999ad7656ef6559306fd013f)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_capi.py
Modules/_testcapimodule.c