Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r180:9946cdcf97a2
Date: 2012-04-09 20:34 +0200
http://bitbucket.org/pypy/benchmarks/changeset/9946cdcf97a2/

Log:    yet another necessary fix (this is getting obscure)

diff --git a/lib/pypy/pypy/interpreter/astcompiler/assemble.py 
b/lib/pypy/pypy/interpreter/astcompiler/assemble.py
--- a/lib/pypy/pypy/interpreter/astcompiler/assemble.py
+++ b/lib/pypy/pypy/interpreter/astcompiler/assemble.py
@@ -610,6 +610,8 @@
     ops.JUMP_IF_FALSE_OR_POP : 0,
     ops.POP_JUMP_IF_TRUE : -1,
     ops.POP_JUMP_IF_FALSE : -1,
+
+    ops.BUILD_LIST_FROM_ARG: 1,
 }
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to