Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/reference/datamodel.rst
  • Loading branch information
pablogsal authored Jul 13, 2021
commit c65c283e10f8ef6ff2b69d2a94e6d0bb0340fd5c
4 changes: 2 additions & 2 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,8 @@ Internal types
This positional information can be missing. A non-exhaustive lists of
cases where this may happen:

- Running the interpreter with ``-X no_debug_ranges``.
- Loading a pyc file compiled while using ``-X no_debug_ranges``.
- Running the interpreter with :option:`-X` ``no_debug_ranges``.
- Loading a pyc file compiled while using :option:`-X` ``no_debug_ranges``.
- Position tuples corresponding to artificial instructions.
- Line and column numbers that can't be represented due to
implementation specific limitations.
Expand Down