Author: Maciej Fijalkowski <[email protected]>
Branch: py3.3
Changeset: r72769:8d2fd0582587
Date: 2014-08-12 20:53 +0200
http://bitbucket.org/pypy/pypy/changeset/8d2fd0582587/

Log:    Merged in numerodix/pypy/py3.3-fixes2 (pull request #266)

        make test_debugmallocstats cpython only

diff --git a/lib-python/3/test/test_sys.py b/lib-python/3/test/test_sys.py
--- a/lib-python/3/test/test_sys.py
+++ b/lib-python/3/test/test_sys.py
@@ -588,6 +588,7 @@
         self.assertEqual(sys.implementation.name,
                          sys.implementation.name.lower())
 
+    @test.support.cpython_only
     def test_debugmallocstats(self):
         # Test sys._debugmallocstats()
         from test.script_helper import assert_python_ok
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to