Message 389974 - Python tracker
Message389974
| Author | Mark.Shannon |
|---|---|
| Recipients | Mark.Shannon |
| Date | 2021-04-01.11:33:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1617276830.47.0.331349599371.issue43693@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
In the interpreter and compiler, the "fast" locals array and cells array are treated separately. By merging them in the compiler, the interpreter can be simplified a bit. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-01 11:33:50 | Mark.Shannon | set | recipients: + Mark.Shannon |
| 2021-04-01 11:33:50 | Mark.Shannon | set | messageid: <1617276830.47.0.331349599371.issue43693@roundup.psfhosted.org> |
| 2021-04-01 11:33:50 | Mark.Shannon | link | issue43693 messages |
| 2021-04-01 11:33:50 | Mark.Shannon | create | |