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 serhiy.storchaka
Recipients Dennis Sweeney, rhettinger, serhiy.storchaka
Date 2020-06-07.10:57:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591527430.75.0.669043823659.issue40890@roundup.psfhosted.org>
In-reply-to
Content
I am not sure that it is good idea to expose internal details (do you want to expose also internal details of iterators?), but if expose an underlying dict of a dict view, I think it should be either a copy or a read-only proxy. It should be enough to help with introspection, but will not open the hole in integrity.
History
Date User Action Args
2020-06-07 10:57:10serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, Dennis Sweeney
2020-06-07 10:57:10serhiy.storchakasetmessageid: <1591527430.75.0.669043823659.issue40890@roundup.psfhosted.org>
2020-06-07 10:57:10serhiy.storchakalinkissue40890 messages
2020-06-07 10:57:10serhiy.storchakacreate