Author: Philip Jenvey <pjen...@underboss.org> Branch: Changeset: r84206:ff72a5d6a0cc Date: 2016-05-04 19:58 -0700 http://bitbucket.org/pypy/pypy/changeset/ff72a5d6a0cc/
Log: oops diff --git a/lib-python/2.7/test/test_descr.py b/lib-python/2.7/test/test_descr.py --- a/lib-python/2.7/test/test_descr.py +++ b/lib-python/2.7/test/test_descr.py @@ -1746,7 +1746,7 @@ ("__format__", format, format_impl, set(), {}), ("__dir__", dir, empty_seq, set(), {}), ] - if not hasattr(sys, 'getsizeof') and test_support.check_impl_detail(): + if test_support.check_impl_detail(): specials.append(("__sizeof__", sys.getsizeof, zero, set(), {})) class Checker(object): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit