[Python-Dev] Proposal: dict.with_values(iterable) (original) (raw)

Chris Barker chris.barker at noaa.gov
Mon Apr 22 13:06:20 EDT 2019


On Fri, Apr 12, 2019 at 10:20 AM Brett Cannon <brett at python.org> wrote:

This doesn't strike me as needing an optimization through a dedicated method.

maybe a new dict mapping type -- "shared_dict" -- it would be used in places like the csv reader where it makes sense, but wouldn't impact the regular dict at all.

you could get really clever an have it auto-convert to a regular dict when any changes were made that are incompatible with the shared keys...

-CHB

--

Christopher Barker, Ph.D. Oceanographer

Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker at noaa.gov -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20190422/8a411d56/attachment.html>



More information about the Python-Dev mailing list