diff options
| author | Brandt Bucher <brandt@python.org> | 2021-05-02 20:02:10 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-02 20:02:10 (GMT) |
| commit | 0ad1e0384c8afc5259a6d03363491d89500a5d03 (patch) | |
| tree | 66debec62434d9503dd8c3b60c22dc99dcd15f95 /Python/opcode_targets.h | |
| parent | 7d2b83e9f092a2ea1f715fe028f7c48324bee756 (diff) | |
| download | cpython-0ad1e0384c8afc5259a6d03363491d89500a5d03.zip cpython-0ad1e0384c8afc5259a6d03363491d89500a5d03.tar.gz cpython-0ad1e0384c8afc5259a6d03363491d89500a5d03.tar.bz2 | |
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Diffstat (limited to 'Python/opcode_targets.h')
| -rw-r--r-- | Python/opcode_targets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/opcode_targets.h b/Python/opcode_targets.h index e20a898..951f8f8 100644 --- a/Python/opcode_targets.h +++ b/Python/opcode_targets.h @@ -98,7 +98,7 @@ static void *opcode_targets[256] = { &&TARGET_DELETE_ATTR, &&TARGET_STORE_GLOBAL, &&TARGET_DELETE_GLOBAL, - &&_unknown_opcode, + &&TARGET_ROT_N, &&TARGET_LOAD_CONST, &&TARGET_LOAD_NAME, &&TARGET_BUILD_TUPLE, |
