Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r84985:a02677ec50cc
Date: 2016-06-06 15:35 -0700
http://bitbucket.org/pypy/pypy/changeset/a02677ec50cc/

Log:    seems to work now

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,7 +6,6 @@
 
 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
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to