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-11.15:44:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513007085.92.0.213398074469.issue19431@psf.upfronthosting.co.za>
In-reply-to
Content
> PyFrame_FastToLocals() and PyFrame_LocalsToFast() are not documented and have weird interface. I think the use of them should be discouraged.

I suggest to document them, but explain in the documentation that they must not be used :-)
History
Date User Action Args
2017-12-11 15:44:45vstinnersetrecipients: + vstinner, georg.brandl, pitrou, docs@python, serhiy.storchaka, cheryl.sabella
2017-12-11 15:44:45vstinnersetmessageid: <1513007085.92.0.213398074469.issue19431@psf.upfronthosting.co.za>
2017-12-11 15:44:45vstinnerlinkissue19431 messages
2017-12-11 15:44:45vstinnercreate