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 audric, methane, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-02-08.04:14:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486527246.6.0.588055001754.issue29438@psf.upfronthosting.co.za>
In-reply-to
Content
> if (was_shared && (cached = CACHED_KEYS(tp)) != NULL && cached != ((PyDictObject *)dict)->ma_keys)

+1 on this and I think the deletion should also use

if ((cached = CACHED_KEYS(tp) != NULL)
History
Date User Action Args
2017-02-08 04:14:06xiang.zhangsetrecipients: + xiang.zhang, vstinner, methane, serhiy.storchaka, audric
2017-02-08 04:14:06xiang.zhangsetmessageid: <1486527246.6.0.588055001754.issue29438@psf.upfronthosting.co.za>
2017-02-08 04:14:06xiang.zhanglinkissue29438 messages
2017-02-08 04:14:06xiang.zhangcreate