From 304f5b63e904c3ab0b746ef7ad58c5c2ff0154a8 Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Sat, 16 Apr 2022 20:40:02 +0100 Subject: Fix an out of date comment in compile.c (GH-91615) --- Python/compile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python/compile.c b/Python/compile.c index 3b91566..4108b89 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 -- cgit v0.12