Skip to content

Commit 2aeae24

Browse files
[3.13] gh-91116: Add hyperlink from sys.settrace to frame objects (GH-138062) (GH-138069)
gh-91116: Add hyperlink from `sys.settrace` to frame objects (GH-138062) (cherry picked from commit f278afc) Co-authored-by: Krishna Chaitanya <141550576+XChaitanyaX@users.noreply.github.com>
1 parent ab8ffc4 commit 2aeae24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
16261626
:func:`settrace` for each thread being debugged or use :func:`threading.settrace`.
16271627

16281628
Trace functions should have three arguments: *frame*, *event*, and
1629-
*arg*. *frame* is the current stack frame. *event* is a string: ``'call'``,
1629+
*arg*. *frame* is the :ref:`current stack frame <frame-objects>`. *event* is a string: ``'call'``,
16301630
``'line'``, ``'return'``, ``'exception'`` or ``'opcode'``. *arg* depends on
16311631
the event type.
16321632

0 commit comments

Comments
 (0)