mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00: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