cpython
cpython copied to clipboard
gh-142764: Restore REPLACE_OPCODE_IF_EVALUATES_PURE optimization
Design described in https://github.com/python/cpython/issues/142764. Fixes https://github.com/python/cpython/issues/142764.
- Issue: gh-142764