]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45636: Merge all numeric operators (GH-29482)
authorBrandt Bucher <brandt@python.org>
Thu, 11 Nov 2021 06:56:22 +0000 (22:56 -0800)
committerGitHub <noreply@github.com>
Thu, 11 Nov 2021 06:56:22 +0000 (22:56 -0800)
commit9178f533ff5ea7462a2ca22cfa67afd78dad433b
tree2341d2dbc7fbee0585e0d37a04c07b07c8036d57
parent1cbaa505d007e11c4a1f0d2073d72b6c02c7147c
bpo-45636: Merge all numeric operators (GH-29482)
16 files changed:
Doc/library/dis.rst
Doc/whatsnew/3.11.rst
Include/internal/pycore_code.h
Include/opcode.h
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core and Builtins/2021-10-27-15-14-31.bpo-45636.K2X7QS.rst [new file with mode: 0644]
Python/ceval.c
Python/compile.c
Python/opcode_targets.h
Python/specialize.c
Tools/scripts/generate_opcode_h.py