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:02:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513076560.47.0.213398074469.issue19431@psf.upfronthosting.co.za>
In-reply-to
Content
> If I only convert PyFrame_New() then I would need to add it to as existing page since the patch created a new page for Frame Objects.  I think the right place would be under the current PyFrameObject in Doc/c-api/veryhigh.rst?

Not, it's a very high level API, it's a low level API which should be referenced in the concrete.rst page, as I didn in my patch.

I think it's ok to have a page with only two functions: PyFrame_New() and  PyFrame_GetLineNumber().

Move https://docs.python.org/dev/c-api/reflection.html#c.PyFrame_GetLineNumber into your new doc, but leave something like "See also :c:func:`PyFrame_GetLineNumber`." there.
History
Date User Action Args
2017-12-12 11:02:40vstinnersetrecipients: + vstinner, georg.brandl, pitrou, docs@python, serhiy.storchaka, cheryl.sabella
2017-12-12 11:02:40vstinnersetmessageid: <1513076560.47.0.213398074469.issue19431@psf.upfronthosting.co.za>
2017-12-12 11:02:40vstinnerlinkissue19431 messages
2017-12-12 11:02:40vstinnercreate