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 cheryl.sabella, docs@python, georg.brandl, pitrou, serhiy.storchaka, vstinner
Date 2017-12-12.11:04:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513076691.5.0.213398074469.issue19431@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy: how are you supposed to modify local variables of a frame when these variables are stored in "fast locals"? Even if it's a rare useful, I think that it's ok to expose PyFrame_FastToLocalsWithError(), and maybe also PyFrame_FastToLocals().

It is useful you want write a debugger in pure C, and don't want to bother with fast locals special case.
History
Date User Action Args
2017-12-12 11:04:51vstinnersetrecipients: + vstinner, georg.brandl, pitrou, docs@python, serhiy.storchaka, cheryl.sabella
2017-12-12 11:04:51vstinnersetmessageid: <1513076691.5.0.213398074469.issue19431@psf.upfronthosting.co.za>
2017-12-12 11:04:51vstinnerlinkissue19431 messages
2017-12-12 11:04:51vstinnercreate