mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
4f22152713
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