mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
Also remove NOP instructions. The "stubs" are not optimized in this fashion (their SAVE_IP should always be preserved since it's where to jump next, and they don't contain NOPs by their nature).
Miscellaneous source files for the main Python shared library