mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
1995955173
This uses the new mechanism whereby certain uops are replaced by others during translation, using the `_PyUop_Replacements` table. We further special-case the `_FOR_ITER_TIER_TWO` uop to update the deoptimization target to point just past the corresponding `END_FOR` opcode. Two tiny code cleanups are also part of this PR.
Miscellaneous source files for the main Python shared library