Author: Manuel Jacob
Branch: py3k
Changeset: r61210:975377190519
Date: 2013-02-13 14:17 +0100
http://bitbucket.org/pypy/pypy/changeset/975377190519/

Log:    Skip test_attribute_name_interning() in 3.2 test suite, too.

diff --git a/lib-python/3.2/test/pickletester.py 
b/lib-python/3.2/test/pickletester.py
--- a/lib-python/3.2/test/pickletester.py
+++ b/lib-python/3.2/test/pickletester.py
@@ -8,7 +8,7 @@
 
 from test.support import (
     TestFailed, TESTFN, run_with_locale,
-    _2G, _4G, bigmemtest,
+    _2G, _4G, bigmemtest, impl_detail
     )
 
 from pickle import bytes_types
@@ -1080,6 +1080,7 @@
                              "Failed protocol %d: %r != %r"
                              % (proto, obj, loaded))
 
+    @impl_detail("pypy does not store attribute names", pypy=False)
     def test_attribute_name_interning(self):
         # Test that attribute names of pickled objects are interned when
         # unpickling.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to