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 vstinner
Recipients Mark.Shannon, fabioz, ncoghlan, nedbat, python-dev, vstinner
Date 2022-01-21.16:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642783254.54.0.691119407853.issue42197@roundup.psfhosted.org>
In-reply-to
Content
As I already wrote previously, I'm a supporter of requiring debuggers and profilers to explicitly call PyFrame_FastToLocalsWithError() and PyFrame_LocalsToFast(). It should only impact a minority of users, whereas the majority will benefit of way better performance, no?
History
Date User Action Args
2022-01-21 16:40:54vstinnersetrecipients: + vstinner, ncoghlan, fabioz, nedbat, Mark.Shannon, python-dev
2022-01-21 16:40:54vstinnersetmessageid: <1642783254.54.0.691119407853.issue42197@roundup.psfhosted.org>
2022-01-21 16:40:54vstinnerlinkissue42197 messages
2022-01-21 16:40:54vstinnercreate