]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Test frozendict C API (#145081)
authorVictor Stinner <vstinner@python.org>
Sat, 21 Feb 2026 16:00:23 +0000 (17:00 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 16:00:23 +0000 (17:00 +0100)
commit9e083b57eeb0282f8c5f7bbeec3750b51cf80dcc
tree686b805f2036eacf0931dc277ce8a3b62d1e8c97
parent646bd86e3b2f4f484129bd4a926cf73fafc9f874
gh-141510: Test frozendict C API (#145081)

Add tests on functions:

* PyAnyDict_Check()
* PyAnyDict_CheckExact()
* PyFrozenDict_Check()
* PyFrozenDict_CheckExact()
* PyFrozenDict_New()
Lib/test/test_capi/test_dict.py
Modules/_testcapi/dict.c