<p dir="ltr"><br>
On Nov 5, 2013 10:42 PM, "Nick Coghlan" <<a href="mailto:ncoghlan@gmail.com">ncoghlan@gmail.com</a>> wrote:<br>
> If the benchmark suite indicates there's no measurable speed penalty then such a patch may be worth reconsidering. I'd be astonished if that was actually the case, though - the lowest impact approach I can think of is to check for live iterators when setting a dict entry, and that still has non-trivial size and speed implications.</p>

<p dir="ltr">If I remember right, I had to address something related in my C OrderedDict patch on issue #16991.  I don't know if what I did there is applicable to dicts though.  It's been a while since I worked on that patch.</p>

<p dir="ltr">-eric</p>