◐ Shell
clean mode source ↗

gh-106529: Cleanups split off gh-112134 by gvanrossum · Pull Request #112214 · python/cpython

added 6 commits

November 17, 2023 10:57

aisk pushed a commit to aisk/cpython that referenced this pull request

Feb 11, 2024
- Double max trace size to 256
- Add a dependency on executor_cases.c.h for ceval.o
- Mark `_SPECIALIZE_UNPACK_SEQUENCE` as `TIER_ONE_ONLY`
- Add debug output back showing the optimized trace
- Bunch of cleanups to Tools/cases_generator/

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
- Double max trace size to 256
- Add a dependency on executor_cases.c.h for ceval.o
- Mark `_SPECIALIZE_UNPACK_SEQUENCE` as `TIER_ONE_ONLY`
- Add debug output back showing the optimized trace
- Bunch of cleanups to Tools/cases_generator/