[issue14162] PEP 416: Add a builtin frozendict type

STINNER Victor report at bugs.python.org
Thu Mar 1 01:44:26 CET 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

frozendict_builtins.patch: make CPython supports frozendict for the __builtins__ mapping. It is an example of frozendict usage which helps my pysandbox project.

----------
title: Implementation of the PEP 416 (Add a builtin frozendict type) -> PEP 416: Add a builtin frozendict type
Added file: http://bugs.python.org/file24690/frozendict_builtins.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14162>
_______________________________________


More information about the Python-bugs-list mailing list