]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)
authorKen Jin <kenjin4096@gmail.com>
Tue, 14 Jun 2022 10:36:22 +0000 (18:36 +0800)
committerGitHub <noreply@github.com>
Tue, 14 Jun 2022 10:36:22 +0000 (11:36 +0100)
commitb083450f8896bb4a29ac522e4474d91c056b9f32
tree74d923609496e622ec1e99e9381ee3f6c42b829b
parentcd543d0bc9aacca1dee02dea7ff4aec8966dcaf8
GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)
13 files changed:
Include/internal/pycore_code.h
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-06-02-08-28-55.gh-issue-93429.DZTWHx.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/ceval.c
Python/compile.c
Python/opcode_targets.h
Python/specialize.c