Author: Brian Kearns <[email protected]>
Branch: stdlib-2.7.4
Changeset: r63194:61e7b219942c
Date: 2013-04-10 02:16 -0400
http://bitbucket.org/pypy/pypy/changeset/61e7b219942c/
Log: fix test_descr by reapplying change lost in merge
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
@@ -1130,7 +1130,7 @@
self.assertEqual(Counted.counter, 0)
# Test lookup leaks [SF bug 572567]
- if hasattr(gc, 'get_objects'):
+ if test_support.check_impl_detail():
class G(object):
def __cmp__(self, other):
return 0
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit