Author: Matti Picus <[email protected]>
Branch: unicode-utf8-py3
Changeset: r95023:dbc314aacc0a
Date: 2018-08-23 07:12 +0300
http://bitbucket.org/pypy/pypy/changeset/dbc314aacc0a/
Log: add utf8_w to TinyObjSpace
diff --git a/pypy/tool/pytest/objspace.py b/pypy/tool/pytest/objspace.py
--- a/pypy/tool/pytest/objspace.py
+++ b/pypy/tool/pytest/objspace.py
@@ -86,6 +86,9 @@
def str_w(self, w_str):
return w_str
+ def utf8_w(self, w_utf8):
+ return w_utf8
+
def bytes_w(self, w_bytes):
return w_bytes
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit