Home - Summaries: (main) : (py3.11) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

pypy/module/_abc/test/apptest_abc.py

tool/pytest/apptest2.py:25: in collect
    space = objspace.gettestobjspace(**spaceconfig)
tool/pytest/objspace.py:24: in gettestobjspace
    space = maketestobjspace(config)
tool/pytest/objspace.py:34: in maketestobjspace
    space = make_objspace(config)
tool/option.py:32: in make_objspace
    from pypy.objspace.std.objspace import StdObjSpace
objspace/std/objspace.py:10: in <module>
    from pypy.objspace.std import frame, transparent, callmethod
objspace/std/transparent.py:9: in <module>
    from pypy.objspace.std.typeobject import W_TypeObject
E     File "/build_dir/own-linux-x86-32/build/pypy/objspace/std/typeobject.py", line 1385
E   SyntaxError: Non-ASCII character '\xe2' in file /build_dir/own-linux-x86-32/build/pypy/objspace/std/typeobject.py on line 1385, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
builder: own-linux-x86-32 build #9368
test: pypy/module/_abc/test/apptest_abc/py