Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r89606:a07ce8aafea1
Date: 2017-01-16 08:57 +0100
http://bitbucket.org/pypy/pypy/changeset/a07ce8aafea1/
Log: fix for test_ztranslation
diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py
--- a/pypy/objspace/fake/objspace.py
+++ b/pypy/objspace/fake/objspace.py
@@ -212,6 +212,8 @@
def newutf8(self, x):
return w_some_obj()
+ newtext = newutf8
+
@specialize.argtype(1)
def wrap(self, x):
if not we_are_translated():
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit