Skip to content

Commit cec08cc

Browse files
authored
PEP 814: Add Reference Impl. and Discussions-To (#4701)
1 parent 3ede647 commit cec08cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

peps/pep-0814.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PEP: 814
22
Title: Add frozendict built-in type
33
Author: Victor Stinner <vstinner@python.org>, Donghee Na <donghee.na@python.org>
4+
Discussions-To: https://discuss.python.org/t/104854
45
Status: Draft
56
Type: Standards Track
67
Created: 12-Nov-2025
@@ -279,10 +280,10 @@ Copy *O*\ (1) *O*\ (*n*)
279280
Reference 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

288289
Thread Safety

0 commit comments

Comments
 (0)