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 serhiy.storchaka
Recipients cheryl.sabella, docs@python, georg.brandl, pitrou, serhiy.storchaka, vstinner
Date 2017-08-28.06:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503903436.58.0.178006838579.issue19431@psf.upfronthosting.co.za>
In-reply-to
Content
PyFrameObject already is documented in Doc/c-api/veryhigh.rst.
PyFrame_GetLineNumber() already is documented in Doc/c-api/reflection.rst.

PyFrame_FastToLocals() and PyFrame_LocalsToFast() are not documented and have weird interface. I think the use of them should be discouraged.
History
Date User Action Args
2017-08-28 06:57:16serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou, vstinner, docs@python, cheryl.sabella
2017-08-28 06:57:16serhiy.storchakasetmessageid: <1503903436.58.0.178006838579.issue19431@psf.upfronthosting.co.za>
2017-08-28 06:57:16serhiy.storchakalinkissue19431 messages
2017-08-28 06:57:16serhiy.storchakacreate