mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +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