]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104909: Split BINARY_OP into micro-ops (#104910)
authorGuido van Rossum <guido@python.org>
Wed, 31 May 2023 15:09:23 +0000 (08:09 -0700)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 15:09:23 +0000 (08:09 -0700)
commitdf396b59af9d50892e5e30463300e8458cb84263
tree9361299693ffb3cb8c5fecadacea0218c4cf7929
parentfbc9d0dbb22549bac2706f61f3ab631239d357b4
gh-104909: Split BINARY_OP into micro-ops (#104910)

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Tools/cases_generator/generate_cases.py