[pypy-commit] pypy py3k: backout a02677ec50cc: does not work, actually

rlamy pypy.commits at gmail.com
Mon Jun 20 15:13:32 EDT 2016


Author: Ronan Lamy <ronan.lamy at gmail.com>
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>


More information about the pypy-commit mailing list