New submission from Philip Jenvey <[email protected]>:

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 <[email protected]>
<https://bugs.pypy.org/issue1557>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to