mirror of https://github.com/python/cpython.git
Fix #1752132: wrong comment in opcode description.
This commit is contained in:
parent
9cca918db8
commit
c6057c7812
|
@ -112,7 +112,7 @@ extern "C" {
|
|||
#define LOAD_GLOBAL 116 /* Index in name list */
|
||||
|
||||
#define CONTINUE_LOOP 119 /* Start of loop (absolute) */
|
||||
#define SETUP_LOOP 120 /* Target address (absolute) */
|
||||
#define SETUP_LOOP 120 /* Target address (relative) */
|
||||
#define SETUP_EXCEPT 121 /* "" */
|
||||
#define SETUP_FINALLY 122 /* "" */
|
||||
|
||||
|
|
Loading…
Reference in New Issue