Message 276243 - Python tracker (original) (raw)

Message276243

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:09 xiang.zhang set recipients: + xiang.zhang, vstinner, methane
2016-09-13 10:50:09 xiang.zhang set messageid: 1473763809.76.0.067942701055.issue28123@psf.upfronthosting.co.za
2016-09-13 10:50:09 xiang.zhang link issue28123 messages
2016-09-13 10:50:09 xiang.zhang create