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 <[email protected]>
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: <[email protected]>
2021-08-04 10:34:42Mark.Shannonlinkissue44826 messages
2021-08-04 10:34:42Mark.Shannoncreate