[pypy-issue] [issue1476] apparent regression in import in py2.0 b2

Ian Delaney tracker at bugs.pypy.org
Wed May 8 11:22:51 CEST 2013


Ian Delaney <della5 at iinet.com.au> added the comment:

With the change in builtin cffi in pypy2.0 b2 from
https://bitbucket.org/cffi/cffi/issue/81/exported-variables-are-not-listed-in-dir
I get 

testuser at archtester ~/Downloads/lxml-cffi-3.0.2 $ time PYTHONPATH=src
nosetests-pypy-c2.0 ./src/lxml/tests
............E..............S.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F..................................................................................................................................................................................................................................F...............................................................................................................................EEEF..E......E...E........................................EEEF.FFFEFF.FF.........EEEEEE.EEEEEE..EEE.EEEEEEEEEE....F...........EE.....F.EE.F.EEEEEE...........EFEEE.EE...FE.EEEE.EEEEEEF..EEE.............................E................................Segmentation
fault

real	1m31.792s
user	1m30.932s
sys	0m0.230s


similar from 


testuser at archtester ~/Downloads/lxml-cffi-3.0.2 $ time PYTHONPATH=src pypy-c2.0
 test.py
Skipping tests in lxml.cssselect - external cssselect package is not installed
Comparing with ElementTree 1.3.0
Comparing with cElementTree 1.3.0

TESTED VERSION: 3.0.2
    Python:           (major=2, minor=7, micro=3, releaselevel='final', serial=42)
    lxml.etree:       (3, 0, 2, 0)
    libxml used:      (2, 9, 0)
    libxml compiled:  (2, 7, 0)
    libxslt used:     (1, 1, 28)
    libxslt compiled: (1, 1, 28)

followed by the mass of errors

Segmentation fault

real	1m31.622s
user	1m30.896s
sys	0m0.185s
Segmentation fault

real	1m31.622s
user	1m30.896s
sys	0m0.185s

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


More information about the pypy-issue mailing list