[issue24275] lookdict_* give up too soon

Mark Shannon report at bugs.python.org
Mon May 25 11:50:23 CEST 2015


Mark Shannon added the comment:

I don't understand why this has been closed.
I agree with Jim's analysis.

Lookups do not change the dict and the choice of lookdict_* variant depends solely on the set of keys.

In fact, lookdict_split *doesn't* replace itself, it merely calls look_dict, leaving maintaining the invariant to insertdict.

Benjamin, could you please reopen this and mark it as needing a patch.

----------
nosy: +Mark.Shannon

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24275>
_______________________________________


More information about the Python-bugs-list mailing list