mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
I must have overlooked this when refactoring the code generator.
The Tier 1 interpreter contained a few silly things like
```
goto resume_frame;
STACK_SHRINK(1);
```
(and other variations, some where the unconditional `goto` was hidden in a macro).
Miscellaneous source files for the main Python shared library