[issue26760] Document PyFrameObject

2016-04-15 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-l

[issue26760] Document PyFrameObject

2016-04-15 Thread Roundup Robot
Roundup Robot added the comment: 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/

[issue26760] Document PyFrameObject

2016-04-14 Thread Brett Cannon
New submission from Brett Cannon: 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. -- assignee: brett.cannon component