mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
The `}` marked with `/* End instructions */` is the end of the switch.
There is another pair of `{}` around the switch, which is vestigial
from ancient times when it was `for (;;) { switch (opcode) { ... } }`.
All `DISPATCH` macro calls should be inside that pair.
Miscellaneous source files for the main Python shared library