Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r60217:daa01948e092
Date: 2013-01-19 12:55 -0800
http://bitbucket.org/pypy/pypy/changeset/daa01948e092/

Log:    woops, fix translation

diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py
--- a/pypy/objspace/descroperation.py
+++ b/pypy/objspace/descroperation.py
@@ -566,6 +566,7 @@
                 # test_class
                 if not e.match(space, space.w_AttributeError):
                     raise
+                return None
             else:
                 w_res = space.call_function(w_impl, w_obj2)
         if _check_notimplemented(space, w_res):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to