mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +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).
Miscellaneous source files for the main Python shared library