Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r89892:c372dcec31df
Date: 2017-02-01 17:02 +0100
http://bitbucket.org/pypy/pypy/changeset/c372dcec31df/

Log:    Skip a CPython-only test

diff --git a/lib-python/3/test/_test_multiprocessing.py 
b/lib-python/3/test/_test_multiprocessing.py
--- a/lib-python/3/test/_test_multiprocessing.py
+++ b/lib-python/3/test/_test_multiprocessing.py
@@ -2795,6 +2795,7 @@
             self.assertTrue((arena != narena and nstart == 0) or
                             (stop == nstart))
 
+    @test.support.cpython_only
     def test_free_from_gc(self):
         # Check that freeing of blocks by the garbage collector doesn't 
deadlock
         # (issue #12352).
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to