mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Note that lnotab_notes.txt is only valid before 3.11 (#107961)
This commit is contained in:
parent
e28b0dc86d
commit
99b6ce56f8
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue