Author: Armin Rigo <[email protected]>
Branch: space-newtext
Changeset: r90085:f50a640c6743
Date: 2017-02-13 15:40 +0100
http://bitbucket.org/pypy/pypy/changeset/f50a640c6743/

Log:    fix

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
@@ -72,6 +72,7 @@
         for name in ('int', 'long', 'str', 'unicode', 'None', 'ValueError',
                 'OverflowError'):
             setattr(self, 'w_' + name, eval(name))
+        self.w_bytes = bytes
         import __builtin__ as __builtin__
         self.builtin = __builtin__
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to