[pypy-commit] pypy py3k: getsizeof is an impl detail

antocuni noreply at buildbot.pypy.org
Wed Oct 10 17:04:53 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
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)


More information about the pypy-commit mailing list