[New-bugs-announce] [issue44826] Specialize STORE_ATTR using PEP 659 machinery.

Mark Shannon report at bugs.python.org
Wed Aug 4 06:34:42 EDT 2021


New submission from Mark Shannon <mark at hotpy.org>:

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.

----------
messages: 398887
nosy: Mark.Shannon
priority: normal
severity: normal
status: open
title: Specialize STORE_ATTR using PEP 659 machinery.

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44826>
_______________________________________


More information about the New-bugs-announce mailing list