Message 384366 - Python tracker
Message384366
| Author | gvanrossum |
|---|---|
| Recipients | Guido.van.Rossum, gvanrossum, pablogsal, yselivanov |
| Date | 2021-01-05.03:57:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1609819040.53.0.977677271891.issue42093@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Hm, I was thinking to recognize the specific type of descriptor used by slots and cache only that. Though we would still have to consider updates to C.__dict__ (that's handled by looking at the dict version right?). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-01-05 03:57:20 | gvanrossum | set | recipients: + gvanrossum, yselivanov, Guido.van.Rossum, pablogsal |
| 2021-01-05 03:57:20 | gvanrossum | set | messageid: <1609819040.53.0.977677271891.issue42093@roundup.psfhosted.org> |
| 2021-01-05 03:57:20 | gvanrossum | link | issue42093 messages |
| 2021-01-05 03:57:20 | gvanrossum | create | |