]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46841: Add a _Py_SET_OPCODE macro (GH-31780)
authorBrandt Bucher <brandtbucher@microsoft.com>
Sat, 12 Mar 2022 00:31:50 +0000 (16:31 -0800)
committerGitHub <noreply@github.com>
Sat, 12 Mar 2022 00:31:50 +0000 (16:31 -0800)
commita89c29fbcc7e7e85848499443d819c3fab68c78a
tree76acc3e4a6d197b98e96cf74ac4b04a917e1bb5b
parent882d8096c262a5945e0cfdd706e5db3ad2b73543
bpo-46841: Add a _Py_SET_OPCODE macro (GH-31780)
Include/cpython/code.h
Python/ceval.c
Python/specialize.c