Skip to content

Comments

gh-141510: Test frozendict C API#145081

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:frozendict_test_capi2
Feb 21, 2026
Merged

gh-141510: Test frozendict C API#145081
vstinner merged 1 commit intopython:mainfrom
vstinner:frozendict_test_capi2

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Feb 21, 2026

Add tests on functions:

  • PyAnyDict_Check()
  • PyAnyDict_CheckExact()
  • PyFrozenDict_Check()
  • PyFrozenDict_CheckExact()
  • PyFrozenDict_New()

Add tests on functions:

* PyAnyDict_Check()
* PyAnyDict_CheckExact()
* PyFrozenDict_Check()
* PyFrozenDict_CheckExact()
* PyFrozenDict_New()
@vstinner vstinner merged commit 9e083b5 into python:main Feb 21, 2026
49 checks passed
@vstinner vstinner deleted the frozendict_test_capi2 branch February 21, 2026 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant