mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
* Do fetch and decode at end of opcode then jump directly to switch. Should allow compilers that don't support computed-gotos, specifically MSVC, to generate better code.
Miscellaneous source files for the main Python shared library