mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
b86ce91bfe
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