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.

classification
Title: Document PyFrameObject
Type: Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, python-dev
Priority: normal Keywords:

Created on 2016-04-14 18:26 by brett.cannon, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg263424 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2016-04-14 18:26
Can be as simple as https://docs.python.org/3/c-api/code.html#c.PyCodeObject . Key point is to have it in the index so people don't wonder what the deal is with the type when noticing it as a parameter to a function.
msg263523 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-04-15 19:44
New changeset ba6f4f0fe9ea by Brett Cannon in branch '3.5':
Issue #26760: Minimally document PyFrameObject
https://hg.python.org/cpython/rev/ba6f4f0fe9ea

New changeset 5c18598382e9 by Brett Cannon in branch 'default':
Merge for issue #26760
https://hg.python.org/cpython/rev/5c18598382e9
History
Date User Action Args
2022-04-11 14:58:29adminsetgithub: 70947
2016-04-15 19:45:07brett.cannonsetstatus: open -> closed
resolution: fixed
stage: resolved
2016-04-15 19:44:18python-devsetnosy: + python-dev
messages: + msg263523
2016-04-14 18:26:28brett.cannoncreate