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 xiang.zhang
Recipients methane, vstinner, xiang.zhang
Date 2016-09-13.10:41:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473763299.82.0.609879617528.issue28123@psf.upfronthosting.co.za>
In-reply-to
Content
_PyDict_GetItem_KnownHash is not invoked by any other dict methods. So to achieve it in pure Python level, we have to rely on others modules and objects such as OrderedDict, lru_cache. Is it a good idea to rely on those?
History
Date User Action Args
2016-09-13 10:41:39xiang.zhangsetrecipients: + xiang.zhang, vstinner, methane
2016-09-13 10:41:39xiang.zhangsetmessageid: <1473763299.82.0.609879617528.issue28123@psf.upfronthosting.co.za>
2016-09-13 10:41:39xiang.zhanglinkissue28123 messages
2016-09-13 10:41:39xiang.zhangcreate