mirror of
https://github.com/python/cpython.git
synced 2026-08-12 06:15:14 +08: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