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 serhiy.storchaka
Recipients b@n, methane, serhiy.storchaka
Date 2018-05-17.11:27:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526556450.83.0.682650639539.issue33554@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I didn't notice that this affects only dicts with shared keys! Well, this is not related to the issue with OrderedDict which can't have shared keys.

Still we need evidences of the performance benefit. The PR adds >40 lines of code and the benefit should be large enough to compensate the maintaining complexity and possible performance regressions in other parts of the code.
History
Date User Action Args
2018-05-17 11:27:30serhiy.storchakasetrecipients: + serhiy.storchaka, methane, b@n
2018-05-17 11:27:30serhiy.storchakasetmessageid: <1526556450.83.0.682650639539.issue33554@psf.upfronthosting.co.za>
2018-05-17 11:27:30serhiy.storchakalinkissue33554 messages
2018-05-17 11:27:30serhiy.storchakacreate