[pypy-issue] [issue1557] py3k: cpyext's test_structseq.test_StructSeq fails

Philip Jenvey tracker at bugs.pypy.org
Wed Jul 24 03:09:00 CEST 2013


New submission from Philip Jenvey <pjenvey at underboss.org>:

This is failing because structseqs in py3 are now subtypes of tuple which cpyext 
does not currently support.

https://bitbucket.org/pypy/pypy/commits/0eaf96f13694 added cpyext support for 
subclasses of int

I noticed https://bitbucket.org/pypy/pypy/commits/f258f6c1143a which added 
similar machinery for tuple (among other things), but this was later reverted:

https://bitbucket.org/pypy/pypy/commits/894060e8bb04

----------
messages: 5979
nosy: amaury, pypy-issue
priority: feature
status: unread
title: py3k: cpyext's test_structseq.test_StructSeq fails

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1557>
________________________________________


More information about the pypy-issue mailing list