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 Jim Fasarakis-Hilliard, Roy Williams, Ryan May, brett.cannon, francismb, gvanrossum, josh.r, jstasiak, methane, ncoghlan, ned.deily, vstinner, yselivanov
Date 2019-06-03.12:39:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559565590.81.0.521600564869.issue26219@roundup.psfhosted.org>
In-reply-to
Content
I committed cache only for LOAD_GLOBAL, which is much simpler than
LOAD_ATTR or LOAD_METHOD.

Caches for other instructions will be implemented 3.9 or later.
History
Date User Action Args
2019-06-03 12:39:50methanesetrecipients: + methane, gvanrossum, brett.cannon, ncoghlan, vstinner, ned.deily, francismb, yselivanov, jstasiak, josh.r, Jim Fasarakis-Hilliard, Ryan May, Roy Williams
2019-06-03 12:39:50methanesetmessageid: <1559565590.81.0.521600564869.issue26219@roundup.psfhosted.org>
2019-06-03 12:39:50methanelinkissue26219 messages
2019-06-03 12:39:50methanecreate