mirror of
https://github.com/python/cpython.git
synced 2026-06-26 21:04:42 -04:00
9ce4fa0719
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