Author: Maciej Fijalkowski <[email protected]>
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)
# ____________________________________________________________
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit