Message 387351 - Python tracker
Message387351
| Author | steve.dower |
|---|---|
| Recipients | paul.moore, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2021-02-19.20:40:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1613767221.27.0.331115065102.issue43271@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Looks like someone increased the size of locals in the ceval functions. If any new buffers have been added recently, moving the processing into a helper function or using a single buffer instead of allocating them in separate if/case blocks can help reduce it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-02-19 20:40:21 | steve.dower | set | recipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware |
| 2021-02-19 20:40:21 | steve.dower | set | messageid: <1613767221.27.0.331115065102.issue43271@roundup.psfhosted.org> |
| 2021-02-19 20:40:21 | steve.dower | link | issue43271 messages |
| 2021-02-19 20:40:21 | steve.dower | create | |