mirror of
https://github.com/python/cpython.git
synced 2026-05-15 17:08:41 -04:00
22863df7ca
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).