diff options
author | Guido van Rossum <guido@python.org> | 2023-09-12 17:58:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 17:58:40 (GMT) |
commit | b86ce91bfeeb0437a38ee6b59fb86d5d37d529ee (patch) | |
tree | a8345f8042f8afaa7a19a6d5d0291da8bef66a9f /Python/specialize.c | |
parent | d12b3e3152b1858e91c4890d0bf3a3b574a3ff6f (diff) | |
download | cpython-b86ce91bfeeb0437a38ee6b59fb86d5d37d529ee.zip cpython-b86ce91bfeeb0437a38ee6b59fb86d5d37d529ee.tar.gz cpython-b86ce91bfeeb0437a38ee6b59fb86d5d37d529ee.tar.bz2 |
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).
Diffstat (limited to 'Python/specialize.c')
0 files changed, 0 insertions, 0 deletions