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, python-dev, vstinner
Date 2021-01-20.09:23:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611134606.52.0.382667531762.issue42197@roundup.psfhosted.org>
In-reply-to
Content
Mark: do you think that it's an acceptable trade-off to ask debuggers and profilers to call explicitly PyFrame_FastToLocalsWithError() and PyFrame_LocalsToFast(), to optimize the common case, when locals are not needed?
History
Date User Action Args
2021-01-20 09:23:26vstinnersetrecipients: + vstinner, ncoghlan, fabioz, Mark.Shannon, python-dev
2021-01-20 09:23:26vstinnersetmessageid: <1611134606.52.0.382667531762.issue42197@roundup.psfhosted.org>
2021-01-20 09:23:26vstinnerlinkissue42197 messages
2021-01-20 09:23:26vstinnercreate