SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 33 Python

gh-141510, PEP 814: Add built-in frozendict type (#144757)

Add TYPE_FROZENDICT to the marshal module.

Add C API functions:

* PyAnyDict_Check()
* PyAnyDict_CheckExact()
* PyFrozenDict_Check()
* PyFrozenDict_CheckExact()
* PyFrozenDict_New()

Add PyFrozenDict_Type C type.

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Adam Johnson <me@adamj.eu>
Co-authored-by: Benedikt Johannes <benedikt.johannes.hofer@gmail.com>
V
Victor Stinner committed
696cdfc0a25aa4f1ba200464bd710ff54a261a78
Parent: 63531a3
Committed by GitHub <noreply@github.com> on 2/17/2026, 9:54:41 AM