[pypy-commit] pypy py3k: add new PyPy opcode

gutworth noreply at buildbot.pypy.org
Tue Mar 13 22:37:24 CET 2012


Author: Benjamin Peterson <benjamin at python.org>
Branch: py3k
Changeset: r53491:a11b423956f5
Date: 2012-03-13 16:28 -0500
http://bitbucket.org/pypy/pypy/changeset/a11b423956f5/

Log:	add new PyPy opcode

diff --git a/lib-python/modified-3.2/opcode.py b/lib-python/modified-3.2/opcode.py
--- a/lib-python/modified-3.2/opcode.py
+++ b/lib-python/modified-3.2/opcode.py
@@ -181,5 +181,6 @@
 def_op('LOOKUP_METHOD', 201)          # Index in name list
 hasname.append(201)
 def_op('CALL_METHOD', 202)            # #args not including 'self'
+def_op('BUILD_LIST_FROM_ARG', 203)
 
 del def_op, name_op, jrel_op, jabs_op


More information about the pypy-commit mailing list