mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
* Refactor dispatch logic to make flow of control clearer. Moves lltrace and dxprofile instrumentation into DISPATCH macro. * Remove switch in interpreter loop when using computed gotos. There is no need for two nearly-duplicate dispatch tables.
Miscellaneous source files for the main Python shared library