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 guettli
Recipients guettli
Date 2022-03-08.15:32:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646753576.46.0.958795428095.issue46960@roundup.psfhosted.org>
In-reply-to
Content
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-03-08 15:32:56guettlisetrecipients: + guettli
2022-03-08 15:32:56guettlisetmessageid: <1646753576.46.0.958795428095.issue46960@roundup.psfhosted.org>
2022-03-08 15:32:56guettlilinkissue46960 messages
2022-03-08 15:32:56guettlicreate