Author: Matti Picus <[email protected]>
Branch: unicode-utf8
Changeset: r94013:6a7b9467958c
Date: 2018-03-19 18:36 +0100
http://bitbucket.org/pypy/pypy/changeset/6a7b9467958c/
Log: fix from merge
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
@@ -111,6 +111,9 @@
def newbytes(self, obj):
return bytes(obj)
+ def newutf8(self, obj, lgth):
+ return obj
+
def call_function(self, func, *args, **kwds):
return func(*args, **kwds)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit