Author: Ronan Lamy <[email protected]>
Branch: py3k
Changeset: r85260:ca5b44ad4e30
Date: 2016-06-20 20:12 +0100
http://bitbucket.org/pypy/pypy/changeset/ca5b44ad4e30/

Log:    backout a02677ec50cc: does not work, actually

diff --git a/pypy/module/cpyext/test/test_structseq.py 
b/pypy/module/cpyext/test/test_structseq.py
--- a/pypy/module/cpyext/test/test_structseq.py
+++ b/pypy/module/cpyext/test/test_structseq.py
@@ -6,6 +6,7 @@
 
 class AppTestStructSeq(AppTestCpythonExtensionBase):
     def test_StructSeq(self):
+        skip("XXX: https://bugs.pypy.org/issue1557";)
         module = self.import_extension('foo',
         prologue="""
             #include <structseq.h>
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to