mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Change FOR_ITER to have the same stack effect regardless of whether it branches or not. Performance is unchanged as FOR_ITER (and specialized forms jump over the cleanup code).