Skip to content

Commit 5a8e501

Browse files
committed
gh-154753: preserve lnotab reference on 3.13
1 parent 7ddaea4 commit 5a8e501

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/sys.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,8 +1660,8 @@ always available. Unless explicitly noted otherwise, all variables are read-only
16601660
The interpreter is about to execute a new line of code or re-execute the
16611661
condition of a loop. The local trace function is called; *arg* is
16621662
``None``; the return value specifies the new local trace function. See
1663-
:attr:`~codeobject.co_lnotab` for information about the mapping from
1664-
bytecode offsets to line numbers.
1663+
:file:`Objects/lnotab_notes.txt` for a detailed explanation of how this
1664+
works.
16651665
Per-line events may be disabled for a frame by setting
16661666
:attr:`~frame.f_trace_lines` to :const:`False` on that
16671667
:ref:`frame <frame-objects>`.

0 commit comments

Comments
 (0)