We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28b0dc commit 99b6ce5Copy full SHA for 99b6ce5
Objects/lnotab_notes.txt
@@ -1,4 +1,7 @@
1
-Description of the internal format of the line number table
+Description of the internal format of the line number table in Python 3.10
2
+and earlier.
3
+
4
+(For 3.11 onwards, see Objects/locations.md)
5
6
Conceptually, the line number table consists of a sequence of triples:
7
start-offset (inclusive), end-offset (exclusive), line-number.
0 commit comments