Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r48775:2c051f701629
Date: 2011-11-05 10:21 +0100
http://bitbucket.org/pypy/pypy/changeset/2c051f701629/

Log:    Translation fix for x86/test/test_ztranslation.

diff --git a/pypy/jit/metainterp/optimizeopt/vstring.py 
b/pypy/jit/metainterp/optimizeopt/vstring.py
--- a/pypy/jit/metainterp/optimizeopt/vstring.py
+++ b/pypy/jit/metainterp/optimizeopt/vstring.py
@@ -207,6 +207,7 @@
 
 class VStringConcatValue(VAbstractStringValue):
     """The concatenation of two other strings."""
+    _attrs_ = ('left', 'right', 'lengthbox')
 
     lengthbox = None     # or the computed length
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to