]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44900: Add five superinstructions. (GH-27741)
authorMark Shannon <mark@hotpy.org>
Mon, 16 Aug 2021 11:23:13 +0000 (12:23 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Aug 2021 11:23:13 +0000 (12:23 +0100)
commit4f51fa9e2d3ea9316e674fb9a9f3e3112e83661c
treee53e8b3f636de346a7abba7875aae03d234ce299
parent1a511dc92dd10ee8fc2e5da9f52f795924bdc89a
bpo-44900: Add five superinstructions. (GH-27741)

* LOAD_FAST LOAD_FAST
* STORE_FAST LOAD_FAST
* LOAD_FAST LOAD_CONST
* LOAD_CONST LOAD_FAST
* STORE_FAST STORE_FAST
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2021-08-12-14-00-57.bpo-44900.w2gpwy.rst [new file with mode: 0644]
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c