|
|
|
|
|
|
|
|
| |
_structseq is in the lib_pypy directory on sys.path, but for some reason
when imported, it claims to be from
/opt/pypy//pypy-c-jit-linux-x86-64/build/lib_pypy/_structseq.py
I don't know why that is, but importing _structseq and treating its
directory as part of the stdlib makes the tests pass.
|