]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45636: Simplify BINARY_OP (GH-29565)
authorBrandt Bucher <brandt@python.org>
Tue, 16 Nov 2021 13:53:57 +0000 (05:53 -0800)
committerGitHub <noreply@github.com>
Tue, 16 Nov 2021 13:53:57 +0000 (05:53 -0800)
commit6a84d61c55f2e543cf5fa84522d8781a795bba33
treec4e9a81c004770c45f2bd5d7c6709d3056653941
parent55868f1a335cd3853938082a5b25cfba66563135
bpo-45636: Simplify BINARY_OP (GH-29565)
Include/internal/pycore_abstract.h
Misc/NEWS.d/next/Core and Builtins/2021-11-15-13-32-54.bpo-45636.RDlTdL.rst [new file with mode: 0644]
Objects/abstract.c
Python/ceval.c