]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_GENERIC (GH-99399)
authorBrandt Bucher <brandtbucher@microsoft.com>
Thu, 17 Nov 2022 19:36:57 +0000 (11:36 -0800)
committerGitHub <noreply@github.com>
Thu, 17 Nov 2022 19:36:57 +0000 (11:36 -0800)
commit8555dee5aeedb2f37ee2e2216ef8707be0fc1d9d
tree24c7994850152002b8c22a737b875279b5f25e09
parent6f8b0e781ccd5d17f00f91d1c4eddba4f3e9a8ed
GH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_GENERIC (GH-99399)
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-11-10-17-09-16.gh-issue-98686.bmAKwr.rst [new file with mode: 0644]
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_targets.h
Python/specialize.c