New submission from Thomas Guettler <guet...@thomas-guettler.de>:

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".

----------
messages: 414761
nosy: guettli
priority: normal
severity: normal
status: open
title: Docs: Link from settrace to frame

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46960>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to