Note that lnotab_notes.txt is only valid before 3.11 (#107961)

This commit is contained in:
Martin DeMello 2023-08-15 13:27:35 -07:00 committed by GitHub
parent e28b0dc86d
commit 99b6ce56f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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.