mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
f66d00fdd7
* 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