]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46841: Don't use an oparg counter for `STORE_SUBSCR` (GH-31742)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 8 Mar 2022 15:53:22 +0000 (07:53 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 15:53:22 +0000 (15:53 +0000)
commit5498a61c7c25db6f9e76032aa9c5153d79e09889
tree7a74ec449c7d56d0dfde2b3d977f49993fee09c1
parent28f84c72b6cee145f9c00e9b999656e9a2517e49
bpo-46841: Don't use an oparg counter for `STORE_SUBSCR` (GH-31742)
Include/internal/pycore_code.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-03-07-15-54-39.bpo-46841.7wG92r.rst [new file with mode: 0644]
Python/ceval.c
Python/specialize.c