mirror of
https://github.com/python/cpython.git
synced 2026-08-15 23:12:07 +08:00
Introduce helpers for (un)specializing instructions Consolidate the code to specialize/unspecialize instructions into two helper functions and use them in `_Py_Specialize_BinaryOp`. The resulting code is more concise and keeps all of the logic at the point where we decide to specialize/unspecialize an instruction.
Miscellaneous source files for the main Python shared library