File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11PEP: 814
22Title: Add frozendict built-in type
33Author: Victor Stinner <vstinner@python.org>, Donghee Na <donghee.na@python.org>
4+ Discussions-To: https://discuss.python.org/t/104854
45Status: Draft
56Type: Standards Track
67Created: 12-Nov-2025
@@ -279,10 +280,10 @@ Copy *O*\ (1) *O*\ (*n*)
279280Reference Implementation
280281========================
281282
282- * The reference implementation is still a work-in-progress.
283+ * https://github.com/python/cpython/pull/141508
283284* ``frozendict `` shares most of its code with the ``dict `` type.
284- * Add ``PyFrozenDictObject `` which inherits from `` PyDictObject `` and
285- has an additional ``ma_hash `` member.
285+ * Add ``PyFrozenDictObject `` structure which inherits from
286+ `` PyDictObject `` and has an additional ``ma_hash `` member.
286287
287288
288289Thread Safety
You can’t perform that action at this time.
0 commit comments