Author: Matti Picus <[email protected]>
Branch: unicode-utf8
Changeset: r95556:96dc7712122d
Date: 2019-01-01 16:50 +0200
http://bitbucket.org/pypy/pypy/changeset/96dc7712122d/
Log: typo
diff --git a/pypy/module/__builtin__/operation.py
b/pypy/module/__builtin__/operation.py
--- a/pypy/module/__builtin__/operation.py
+++ b/pypy/module/__builtin__/operation.py
@@ -50,7 +50,7 @@
raise e
raise oefmt(space.w_TypeError,
"%s(): attribute name must be string", msg)
- w_name = space.newtext(w_name)
+ w_name = space.newtext(name)
return w_name
def delattr(space, w_object, w_name):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit