Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r57976:7e1c4acc4231
Date: 2012-10-10 17:01 +0200
http://bitbucket.org/pypy/pypy/changeset/7e1c4acc4231/
Log: getsizeof is an impl detail
diff --git a/lib-python/3.2/test/test_collections.py
b/lib-python/3.2/test/test_collections.py
--- a/lib-python/3.2/test/test_collections.py
+++ b/lib-python/3.2/test/test_collections.py
@@ -1163,6 +1163,7 @@
with self.assertRaises(KeyError):
od.move_to_end('x')
+ @support.impl_detail(pypy=False)
def test_sizeof(self):
# Wimpy test: Just verify the reported size is larger than a regular
dict
d = dict(a=1)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit