]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH-31484)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Thu, 24 Feb 2022 14:55:59 +0000 (09:55 -0500)
committerGitHub <noreply@github.com>
Thu, 24 Feb 2022 14:55:59 +0000 (14:55 +0000)
commita52d2528a405c1e2bfeb6470cb3313a5338dc45f
treec7a8d9c23869de114ba3c5f09a7582e1185b30c4
parent4fccf910738d1442852cb900747e6dccb8fe03ef
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH-31484)
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-02-22-05-14-25.bpo-46823.z9NZC9.rst [new file with mode: 0644]
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c