mirror of https://github.com/python/cpython
Fix #1752132: wrong comment in opcode description.
(backport from rev. 56280)
This commit is contained in:
parent
c0f800dc8b
commit
ad4b263ba7
|
@ -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