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 Mark.Shannon
Recipients Mark.Shannon, rhettinger, vstinner
Date 2012-03-05.23:28:56
SpamBayes Score 0.010935906
Marked as misclassified No
Message-id <1330990137.29.0.550303366069.issue14205@psf.upfronthosting.co.za>
In-reply-to
Content
I much prefer dict_lookup.patch to nomodify.patch.
It doesn't increase the memory use of dict. One extra word per dict could be a lot of memory for a large application.

There is a very subtle semantic change, but I think it is a positive one.
Raising a runtimne seesm sensible as the dict iterators already raise a RuntimeError if the size of the dict changes.
History
Date User Action Args
2012-03-05 23:28:57Mark.Shannonsetrecipients: + Mark.Shannon, rhettinger, vstinner
2012-03-05 23:28:57Mark.Shannonsetmessageid: <1330990137.29.0.550303366069.issue14205@psf.upfronthosting.co.za>
2012-03-05 23:28:56Mark.Shannonlinkissue14205 messages
2012-03-05 23:28:56Mark.Shannoncreate