mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
* Stores all location info in linetable to conform to PEP 626. * Remove column table from code objects. * Remove end-line table from code objects. * Document new location table format
2 lines
122 B
ReStructuredText
2 lines
122 B
ReStructuredText
Use a single compact table for line starts, ends and column offsets. Reduces
|
|
memory consumption for location info by half
|