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