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, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-03.11:38:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478173091.03.0.0396620525018.issue28123@psf.upfronthosting.co.za>
In-reply-to
Content
> If _PyDict_GetItem_KnownHash() returns an error, it is very likely that following insertdict() with same key will return an error.

Make sense.
History
Date User Action Args
2016-11-03 11:38:11xiang.zhangsetrecipients: + xiang.zhang, rhettinger, vstinner, methane, serhiy.storchaka
2016-11-03 11:38:11xiang.zhangsetmessageid: <1478173091.03.0.0396620525018.issue28123@psf.upfronthosting.co.za>
2016-11-03 11:38:11xiang.zhanglinkissue28123 messages
2016-11-03 11:38:10xiang.zhangcreate