diff --git a/Python/compile.c b/Python/compile.c index 3b91566efba..4108b896ade 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -71,7 +71,8 @@ /* Pseudo-instructions used in the compiler, - * but turned into NOPs by the assembler. */ + * but turned into NOPs or other instructions + * by the assembler. */ #define SETUP_FINALLY -1 #define SETUP_CLEANUP -2 #define SETUP_WITH -3