mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Fix an out of date comment in compile.c (GH-91615)
This commit is contained in:
parent
d4c4a76ed1
commit
304f5b63e9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue