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 methane
Recipients brett.cannon, methane, serhiy.storchaka, vstinner, yselivanov, ztane
Date 2016-12-19.12:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482150249.32.0.940481172563.issue28158@psf.upfronthosting.co.za>
In-reply-to
Content
I'll update this patch and #10401 and then run benchmark suite when I have time.

As far as I look quickly, #10401 uses namei as cache key
and this patch uses opcode index as cache key, am I right?
History
Date User Action Args
2016-12-19 12:24:09methanesetrecipients: + methane, brett.cannon, vstinner, serhiy.storchaka, yselivanov, ztane
2016-12-19 12:24:09methanesetmessageid: <1482150249.32.0.940481172563.issue28158@psf.upfronthosting.co.za>
2016-12-19 12:24:09methanelinkissue28158 messages
2016-12-19 12:24:09methanecreate