mirror of
https://github.com/python/cpython.git
synced 2025-07-28 05:34:31 +00:00
The opcode FOR_LOOP no longer exists.
This commit is contained in:
parent
efb9097add
commit
fea59e7f76
4 changed files with 3 additions and 40 deletions
|
@ -107,7 +107,6 @@ extern "C" {
|
|||
#define JUMP_IF_FALSE 111 /* "" */
|
||||
#define JUMP_IF_TRUE 112 /* "" */
|
||||
#define JUMP_ABSOLUTE 113 /* Target byte offset from beginning of code */
|
||||
#define FOR_LOOP 114 /* Number of bytes to skip */
|
||||
|
||||
#define LOAD_GLOBAL 116 /* Index in name list */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue