]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Note that lnotab_notes.txt is only valid before 3.11 (#107961)
authorMartin DeMello <martindemello@gmail.com>
Tue, 15 Aug 2023 20:27:35 +0000 (13:27 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Aug 2023 20:27:35 +0000 (20:27 +0000)
Objects/lnotab_notes.txt

index 362b87a86a481f086328f76bbbe409a6608dd037..d45d09d4ab9a50ee1e363ecdbb587d6a7f086579 100644 (file)
@@ -1,4 +1,7 @@
-Description of the internal format of the line number table
+Description of the internal format of the line number table in Python 3.10
+and earlier.
+
+(For 3.11 onwards, see Objects/locations.md)
 
 Conceptually, the line number table consists of a sequence of triples:
     start-offset (inclusive), end-offset (exclusive), line-number.