]> 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:57:49 +0000 (21:57 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2022 04:57:49 +0000 (21:57 -0700)
commitdb14a9d594e9d73b293916d6e52065a2d91f1c1f
treeec27d514203c8e6212aa550224b566e0485756d8
parent2aedba59ecc7e89479226f0013c1771c4ef66413
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