Issue 14226: Expose dict_proxy type from descrobject.c

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) * Date: 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).
History
Date User Action Args
2022-04-11 14:57:27adminsetgithub: 58434
2012-06-23 21:48:09eric.snowsetstatus: open -> closed
resolution: duplicate
superseder: Expose dict_proxy internal type as types.MappingProxyType
2012-03-09 08:52:15eric.snowsetnosy: + eric.snow
2012-03-07 23:35:39ndparkercreate