You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: InternalDocs/locations.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Locations table
2
2
3
-
For versions up to 3.10 see ./lnotab_notes.txt
3
+
The `co_linetable` bytes object of code objects contains a compact
4
+
representation of the source code positions of instructions, which are
5
+
returned by the `co_positions()` itera
646B
tor.
4
6
5
-
In version 3.11 the `co_linetable` bytes object of code objects contains a compact representation of the positions returned by the `co_positions()` iterator.
6
-
7
-
The `co_linetable` consists of a sequence of location entries.
7
+
`co_linetable` consists of a sequence of location entries.
8
8
Each entry starts with a byte with the most significant bit set, followed by zero or more bytes with most significant bit unset.
0 commit comments