Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r63293:444360de280a
Date: 2013-04-12 13:47 -0700
http://bitbucket.org/pypy/pypy/changeset/444360de280a/
Log: skip pending calls, as we do on default
diff --git a/lib-python/3/test/test_capi.py b/lib-python/3/test/test_capi.py
--- a/lib-python/3/test/test_capi.py
+++ b/lib-python/3/test/test_capi.py
@@ -55,6 +55,8 @@
def test_memoryview_from_NULL_pointer(self):
self.assertRaises(ValueError,
_testcapi.make_memoryview_from_NULL_pointer)
[email protected](support.check_impl_detail(pypy=True),
+ 'Py_AddPendingCall not currently supported.')
@unittest.skipUnless(threading, 'Threading required for this test.')
class TestPendingCalls(unittest.TestCase):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit