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: Docs: Link from settrace to frame
Type: Stage:
Components: Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: guettli
Priority: normal Keywords:

Created on 2022-03-08 15:32 by guettli, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg414761 - (view) Author: Thomas Guettler (guettli) * Date: 2022-03-08 15:32
https://docs.python.org/3.10/library/sys.html#sys.settrace

> Trace functions should have three arguments: frame, event, and arg. frame is the current stack frame.

It would be super cool, if "current stack frame" could be a hyperlink to the docs about "frame".
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91116
2022-03-08 15:32:56guettlicreate