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 Mark.Shannon
Recipients Mark.Shannon, erlendaasland, gvanrossum, kj, lemburg, malin, neonene, pablogsal, paul.moore, rhettinger, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-21.10:02:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632218542.83.0.696804954759.issue45116@roundup.psfhosted.org>
In-reply-to
Content
The only other change of any obvious significance to _PyEval_EvalFrameDefault since 3.10a7 are the changes to MATCH_MAPPING and MATCH_SEQUENCE and those make _PyEval_EvalFrameDefault smaller.

We may need to look elsewhere for the remaining ~4% performance.
History
Date User Action Args
2021-09-21 10:02:22Mark.Shannonsetrecipients: + Mark.Shannon, lemburg, gvanrossum, rhettinger, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, malin, pablogsal, neonene, erlendaasland, kj
2021-09-21 10:02:22Mark.Shannonsetmessageid: <1632218542.83.0.696804954759.issue45116@roundup.psfhosted.org>
2021-09-21 10:02:22Mark.Shannonlinkissue45116 messages
2021-09-21 10:02:22Mark.Shannoncreate