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 yselivanov
Recipients brett.cannon, methane, serhiy.storchaka, vstinner, yselivanov, ztane
Date 2016-12-19.16:14:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482164090.22.0.147359306241.issue28158@psf.upfronthosting.co.za>
In-reply-to
Content
> As far as I look quickly, #10401 uses namei as cache key
and this patch uses opcode index as cache key, am I right?

Correct.  Actually, if you don't mind, I'd like to update the patch myself. I have a few ideas how to restructure it and add support for LOAD_ATTR.
History
Date User Action Args
2016-12-19 16:14:50yselivanovsetrecipients: + yselivanov, brett.cannon, vstinner, methane, serhiy.storchaka, ztane
2016-12-19 16:14:50yselivanovsetmessageid: <1482164090.22.0.147359306241.issue28158@psf.upfronthosting.co.za>
2016-12-19 16:14:50yselivanovlinkissue28158 messages
2016-12-19 16:14:50yselivanovcreate