commit | 0ad1e0384c8afc5259a6d03363491d89500a5d03 | [log] [tgz] |
---|---|---|
author | Brandt Bucher <brandt@python.org> | Sun May 02 13:02:10 2021 -0700 |
committer | GitHub <noreply@github.com> | Sun May 02 13:02:10 2021 -0700 |
tree | 66debec62434d9503dd8c3b60c22dc99dcd15f95 | |
parent | 7d2b83e9f092a2ea1f715fe028f7c48324bee756 [diff] [blame] |
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
diff --git a/Include/opcode.h b/Include/opcode.h index 4f52c5f..5203975 100644 --- a/Include/opcode.h +++ b/Include/opcode.h
@@ -81,6 +81,7 @@ extern "C" { #define DELETE_ATTR 96 #define STORE_GLOBAL 97 #define DELETE_GLOBAL 98 +#define ROT_N 99 #define LOAD_CONST 100 #define LOAD_NAME 101 #define BUILD_TUPLE 102