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

fijal noreply at buildbot.pypy.org
Tue Aug 12 20:54:37 CEST 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
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


More information about the pypy-commit mailing list