commit | b646547bb45fe1df6abefd94f892c633798d91d2 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Mon Jan 11 22:36:12 2010 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Mon Jan 11 22:36:12 2010 +0000 |
tree | ef1add045741d309129266726f5ba45562184091 | |
parent | 0ca7452794bef03b66f56cc996a73cac066d0ec1 [diff] [blame] |
Issue #2333: Backport set and dict comprehensions syntax.
diff --git a/Lib/opcode.py b/Lib/opcode.py index f11e475..e403365 100644 --- a/Lib/opcode.py +++ b/Lib/opcode.py
@@ -186,5 +186,7 @@ def_op('EXTENDED_ARG', 145) EXTENDED_ARG = 145 +def_op('SET_ADD', 146) +def_op('MAP_ADD', 147) del def_op, name_op, jrel_op, jabs_op