This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
标题: Expose dict_proxy type from descrobject.c
类型: enhancement Stage:
Components: Extension Modules, Interpreter Core Versions:
process
状态: closed Resolution: duplicate
Dependencies: 后续: Expose dict_proxy internal type as types.MappingProxyType
View: 14386
分配给: 抄送列表: eric.snow, ndparker
优先级: normal 关键字:

Created on 2012-03-07 23:35 by ndparker, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (1)
msg155131 - (view) Author: André Malo (ndparker) * 日期: 2012-03-07 23:35
As discussed in the dev-thread about frozendicts, it would be helpful for providing advisory read-only-dicts, to just expose the dict_proxy type. I suppose, the collections module would be a good place (it just needs to provide the interface to the type, not the whole implementation).
历史
日期 用户 动作 参数
2022-04-11 14:57:27admin修改github: 58434
2012-06-23 21:48:09eric.snow修改状态: open -> closed
resolution: duplicate
后续: Expose dict_proxy internal type as types.MappingProxyType
2012-03-09 08:52:15eric.snow修改抄送: + eric.snow
2012-03-07 23:35:39ndparker创建