This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:21steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware
2021-02-19 20:40:21steve.dowersetmessageid: <1613767221.27.0.331115065102.issue43271@roundup.psfhosted.org>
2021-02-19 20:40:21steve.dowerlinkissue43271 messages
2021-02-19 20:40:21steve.dowercreate