Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r70288:4d60b78acf5c
Date: 2014-03-25 17:49 +0100
http://bitbucket.org/pypy/pypy/changeset/4d60b78acf5c/

Log:    oups

diff --git a/rpython/translator/stm/funcgen.py 
b/rpython/translator/stm/funcgen.py
--- a/rpython/translator/stm/funcgen.py
+++ b/rpython/translator/stm/funcgen.py
@@ -127,7 +127,7 @@
     except IndexError:
         info = "?"    # cannot insert it in 'llop'
     try:
-        info = '%s:%s' % funcgen.graph.name
+        info = '%s:%s' % (funcgen.graph.name, info)
     except AttributeError:
         pass
     string_literal = c_string_constant(info)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to