[pypy-commit] pypy space-iterator-improvements: oops, forgot

fijal noreply at buildbot.pypy.org
Mon Sep 12 10:11:55 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: space-iterator-improvements
Changeset: r47209:4034a4d30bfa
Date: 2011-09-12 10:11 +0200
http://bitbucket.org/pypy/pypy/changeset/4034a4d30bfa/

Log:	oops, forgot

diff --git a/pypy/rlib/objectmodel.py b/pypy/rlib/objectmodel.py
--- a/pypy/rlib/objectmodel.py
+++ b/pypy/rlib/objectmodel.py
@@ -203,6 +203,7 @@
         r, s = hop.r_s_popfirstarg()
         if s.is_constant():
             v = hop.inputconst(r, s.const)
+        hop.exception_is_here()
         return rtype_newlist(hop, v_sizehint=v)
 
 # ____________________________________________________________


More information about the pypy-commit mailing list