Author: Armin Rigo <ar...@tunes.org>
Branch: py3.5-newtext
Changeset: r90126:5d34edcd4e19
Date: 2017-02-14 18:39 +0100
http://bitbucket.org/pypy/pypy/changeset/5d34edcd4e19/

Log:    fix

diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py
--- a/pypy/objspace/std/objspace.py
+++ b/pypy/objspace/std/objspace.py
@@ -90,8 +90,6 @@
             self.builtin_types[typedef.name] = w_type
             setattr(self, 'w_' + typedef.name, w_type)
             self._interplevel_classes[w_type] = cls
-        self.w_bytes = self.w_str
-        self.w_text = self.w_str # this is w_unicode on Py3
         self.w_dict.flag_map_or_seq = 'M'
         self.w_list.flag_map_or_seq = 'S'
         self.w_tuple.flag_map_or_seq = 'S'
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to