Message 398887 - Python tracker
Message398887
| 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:42 | Mark.Shannon | set | recipients: + Mark.Shannon |
| 2021-08-04 10:34:42 | Mark.Shannon | set | messageid: <1628073282.4.0.475634168415.issue44826@roundup.psfhosted.org> |
| 2021-08-04 10:34:42 | Mark.Shannon | link | issue44826 messages |
| 2021-08-04 10:34:42 | Mark.Shannon | create | |