diff options
Diffstat (limited to 'Lib/opcode.py')
| -rw-r--r-- | Lib/opcode.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/opcode.py b/Lib/opcode.py index 3603bb422b..60805e92ff 100644 --- a/Lib/opcode.py +++ b/Lib/opcode.py @@ -177,6 +177,7 @@ def_op('SET_ADD', 146) def_op('MAP_ADD', 147) def_op('LOAD_CLASSDEREF', 148) hasfree.append(148) +def_op('COPY_FREE_VARS', 149) def_op('MATCH_CLASS', 152) |
