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 methane, serhiy.storchaka, vstinner
Date 2017-01-19.12:09:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484827758.79.0.845517822162.issue29318@psf.upfronthosting.co.za>
In-reply-to
Content
> It can reduce number of hash() calls.

Keys are strings (even interned strings), and hashes are cached.

In most cases kw is empty or very small. I doubt any optimization can have significant effect.
History
Date User Action Args
2017-01-19 12:09:18serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2017-01-19 12:09:18serhiy.storchakasetmessageid: <1484827758.79.0.845517822162.issue29318@psf.upfronthosting.co.za>
2017-01-19 12:09:18serhiy.storchakalinkissue29318 messages
2017-01-19 12:09:18serhiy.storchakacreate