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-16.07:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474010654.77.0.721096312675.issue28123@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, ignoring exceptions is due to historical reasons. Although it's used rarely but I am still afraid changing it may break knowledge of devs that are already familiar with dict APIs. And what's more is there already exists two versions of getitem, one version with no exceptions and one version propagates exceptions (witherror), maybe we can also introduce a _PyDict_GetItem_KnownHashWithError?
History
Date User Action Args
2016-09-16 07:24:14xiang.zhangsetrecipients: + xiang.zhang, vstinner, methane
2016-09-16 07:24:14xiang.zhangsetmessageid: <1474010654.77.0.721096312675.issue28123@psf.upfronthosting.co.za>
2016-09-16 07:24:14xiang.zhanglinkissue28123 messages
2016-09-16 07:24:14xiang.zhangcreate