From: Martin DeMello Date: Tue, 15 Aug 2023 20:27:35 +0000 (-0700) Subject: Note that lnotab_notes.txt is only valid before 3.11 (#107961) X-Git-Tag: v3.13.0a1~963 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99b6ce56f8185bb936cae3b2b67ae24b11853e30;p=thirdparty%2FPython%2Fcpython.git Note that lnotab_notes.txt is only valid before 3.11 (#107961) --- diff --git a/Objects/lnotab_notes.txt b/Objects/lnotab_notes.txt index 362b87a86a48..d45d09d4ab9a 100644 --- a/Objects/lnotab_notes.txt +++ b/Objects/lnotab_notes.txt @@ -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.