SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 392 Python

gh-106581: Honor 'always_exits' in write_components() (#109338)

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).
G
Guido van Rossum committed
b86ce91bfeeb0437a38ee6b59fb86d5d37d529ee
Parent: d12b3e3
Committed by GitHub <noreply@github.com> on 9/12/2023, 5:58:40 PM