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:50:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473763809.76.0.067942701055.issue28123@psf.upfronthosting.co.za>
In-reply-to
Content
How about let PyDict_GetItem call it? Just like the relationship of delitem and delitem_knownhash. You can see they share most codes. If we do that, it seems we can easily write a test(or there has already been a test) for it.
History
Date User Action Args
2016-09-13 10:50:09xiang.zhangsetrecipients: + xiang.zhang, vstinner, methane
2016-09-13 10:50:09xiang.zhangsetmessageid: <1473763809.76.0.067942701055.issue28123@psf.upfronthosting.co.za>
2016-09-13 10:50:09xiang.zhanglinkissue28123 messages
2016-09-13 10:50:09xiang.zhangcreate