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.

Author ncoghlan
Recipients brandtbucher, domdfcoding, gvanrossum, ncoghlan, rhettinger, serhiy.storchaka
Date 2021-08-07.08:52:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628326358.54.0.73921980965.issue43838@roundup.psfhosted.org>
In-reply-to
Content
That resolution makes sense to me as well.

Should we make a note in the documentation for https://docs.python.org/3/library/types.html#types.MappingProxyType that the "read-only" protection is to guard against *accidental* modification, not against active attempts to subvert the protection?
History
Date User Action Args
2021-08-07 08:52:38ncoghlansetrecipients: + ncoghlan, gvanrossum, rhettinger, serhiy.storchaka, brandtbucher, domdfcoding
2021-08-07 08:52:38ncoghlansetmessageid: <1628326358.54.0.73921980965.issue43838@roundup.psfhosted.org>
2021-08-07 08:52:38ncoghlanlinkissue43838 messages
2021-08-07 08:52:38ncoghlancreate