Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: guard-compatible
Changeset: r93676:503f4f78d861
Date: 2018-01-17 14:50 +0100
http://bitbucket.org/pypy/pypy/changeset/503f4f78d861/

Log:    str_w -> text_w

diff --git a/pypy/objspace/std/callmethod.py b/pypy/objspace/std/callmethod.py
--- a/pypy/objspace/std/callmethod.py
+++ b/pypy/objspace/std/callmethod.py
@@ -55,7 +55,7 @@
         else:
             if map._type_safe_to_do_getattr():
                 safe = True
-                name = space.str_w(w_name)
+                name = space.text_w(w_name)
                 w_descr = map._type_lookup_safe(name)
     else:
         w_type = space.type(w_obj)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to