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 Mark.Shannon
Recipients Mark.Shannon
Date 2021-08-04.10:34:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628073282.4.0.475634168415.issue44826@roundup.psfhosted.org>
In-reply-to
Content
Add specializations of STORE_ATTR following the pattern of LOAD_ATTR and LOAD_GLOBAL.

For this to work well we need https://bugs.python.org/issue44821, otherwise the first assigned to an attribute of any object cannot be specialized.
History
Date User Action Args
2021-08-04 10:34:42Mark.Shannonsetrecipients: + Mark.Shannon
2021-08-04 10:34:42Mark.Shannonsetmessageid: <1628073282.4.0.475634168415.issue44826@roundup.psfhosted.org>
2021-08-04 10:34:42Mark.Shannonlinkissue44826 messages
2021-08-04 10:34:42Mark.Shannoncreate