8000 Fix an out of date comment in compile.c (GH-91615) · python/cpython@304f5b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 304f5b6

Browse files
authored
Fix an out of date comment in compile.c (GH-91615)
1 parent d4c4a76 commit 304f5b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/compile.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171

7272

7373
/* Pseudo-instructions used in the compiler,
74-
* but turned into NOPs by the assembler. */
74+
* but turned into NOPs or other instructions
75+
* by the assembler. */
7576
#define SETUP_FINALLY -1
7677
#define SETUP_CLEANUP -2
7778
#define SETUP_WITH -3

0 commit comments

Comments
 (0)
0