mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
fcb55c0037
* Use instruction offset, rather than bytecode offset. Streamlines interpreter dispatch a bit, and removes most EXTENDED_ARGs for jumps. * Change some uses of PyCode_Addr2Line to PyFrame_GetLineNumber
Miscellaneous source files for the main Python shared library