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 Jim.Jewett, Mark.Shannon, benjamin.peterson, vaultah
Date 2015-05-25.09:50:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432547423.06.0.373406595769.issue24275@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-05-25 09:50:23Mark.Shannonsetrecipients: + Mark.Shannon, benjamin.peterson, Jim.Jewett, vaultah
2015-05-25 09:50:23Mark.Shannonsetmessageid: <1432547423.06.0.373406595769.issue24275@psf.upfronthosting.co.za>
2015-05-25 09:50:23Mark.Shannonlinkissue24275 messages
2015-05-25 09:50:22Mark.Shannoncreate