summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2023-08-02 17:16:57 (GMT)
committerGitHub <noreply@github.com>2023-08-02 17:16:57 (GMT)
commitdd693d6320feeca887174fa592537669d017ca9b (patch)
tree488cbb4232bf30180f2a6bf316c15356ada77935 /Include
parentb9c9a36c2f2edc11b9c27eb7c5810919d9da9767 (diff)
downloadcpython-dd693d6320feeca887174fa592537669d017ca9b.zip
cpython-dd693d6320feeca887174fa592537669d017ca9b.tar.gz
cpython-dd693d6320feeca887174fa592537669d017ca9b.tar.bz2
gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)
Diffstat (limited to 'Include')
-rw-r--r--Include/opcode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/opcode.h b/Include/opcode.h
index eb4bb85..ede1518 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -146,7 +146,6 @@ extern "C" {
#define INSTRUMENTED_END_SEND 252
#define INSTRUMENTED_INSTRUCTION 253
#define INSTRUMENTED_LINE 254
-#define MIN_PSEUDO_OPCODE 256
#define SETUP_FINALLY 256
#define SETUP_CLEANUP 257
#define SETUP_WITH 258
@@ -159,7 +158,6 @@ extern "C" {
#define LOAD_ZERO_SUPER_ATTR 265
#define STORE_FAST_MAYBE_NULL 266
#define LOAD_CLOSURE 267
-#define MAX_PSEUDO_OPCODE 267
#define TO_BOOL_ALWAYS_TRUE 7
#define TO_BOOL_BOOL 8
#define TO_BOOL_INT 10