Marco Sulla wrote at 2021-12-27 19:30 +0100:
>I need it since I'm developing an immutable dict. And in dict that
>function is used.

Why do you not derive from `dict` and override its mutating methods
(to raise a type error after initialization is complete)?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to