Author: Armin Rigo <[email protected]>
Branch: stm-gc
Changeset: r54786:e865723a53c3
Date: 2012-04-28 10:38 +0200
http://bitbucket.org/pypy/pypy/changeset/e865723a53c3/
Log: hg merge default
diff --git a/pypy/objspace/flow/operation.py b/pypy/objspace/flow/operation.py
--- a/pypy/objspace/flow/operation.py
+++ b/pypy/objspace/flow/operation.py
@@ -350,8 +350,8 @@
result = op(*args)
except Exception, e:
etype = e.__class__
- msg = "generated by a constant operation: %s" % (
- name)
+ msg = "generated by a constant operation:\n\t%s%r" % (
+ name, tuple(args))
raise OperationThatShouldNotBePropagatedError(
self.wrap(etype), self.wrap(msg))
else:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit