mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
f5d71073e6
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