[Discussion] Why not MappingProxyType? #51
Replies: 3 comments
-
I've never looked at MappingProxyType before, but https://stackoverflow.com/questions/41795116/difference-between-mappingproxytype-and-pep-416-frozendict might have some relevant info? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick reply. |
Beta Was this translation helpful? Give feedback.
-
I do not use Py If you want a real immutable frozendict, you want the C Extension. If you have Linux you can install one of the Linux packages: https://github.com/Marco-Sulla/python-frozendict/releases If you don't have Linux, you can clone the repo and launch I would create a VM with CentOS 5 and create a |
Beta Was this translation helpful? Give feedback.
-
Thank you for writing this wonderful python package.
I don't think this is the right place to ask this question. However curious about this module. What are the differences from this package from types.MappingProxyType?
We can make the dictionary as read-only by using MappingProxyType?
Best Regards,
Levan Begashvili
Beta Was this translation helpful? Give feedback.
All reactions