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