]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-123040: Specialize shadowed `LOAD_ATTR`. (GH-123219)
authorMark Shannon <mark@hotpy.org>
Fri, 23 Aug 2024 09:22:35 +0000 (10:22 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Aug 2024 09:22:35 +0000 (10:22 +0100)
commit5d3201fe3f76aeba33e9e5956ba80a116e422bd0
tree5a8abea53010c9412558274a88ccb9226171b007
parent90b6d0e0f8f07d7443695e14a18488cb499d3b4d
GH-123040: Specialize shadowed `LOAD_ATTR`. (GH-123219)
Include/internal/pycore_opcode_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_targets.h
Python/specialize.c