bpo-46836: Add Doc/c-api/frame.rst#32051
Conversation
Reorganize the documentation of the PyFrameObject C API.
|
My previous attempt to document PyFrameObject, in 2013: https://bugs.python.org/issue19431 |
Sorry, something went wrong.
markshannon
left a comment
There was a problem hiding this comment.
Thanks, it makes sense to more all the Frame API docs to one place.
I'd really like discourage extension code from accessing the internals of the frame, as the integrity of the VM relies on it in subtle ways.
Sorry, something went wrong.
|
@vstinner |
Sorry, something went wrong.
|
Thanks. |
Sorry, something went wrong.
|
@kumaraditya303: Can you please propose a PR for your changes? Mark needed this PR for his PR #32055 and so I merged my PR. I removed the whole section about "public members" since they are confusing. I will propose a second PR to find a way to document them. |
Sorry, something went wrong.
Sure, seems like github removed my comments as I was still adding suggestions and the PR got merged. |
Sorry, something went wrong.
Reorganize the documentation of the PyFrameObject C API.
https://bugs.python.org/issue46836