pypy/interpreter/test/apptest_sys_settrace.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-aarch64/build/pypy/objspace/std/typeobject.py", line 1385
E SyntaxError: Non-ASCII character '\xe2' in file /build_dir/own-linux-aarch64/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-aarch64 build #2726
test: pypy/interpreter/test/apptest_sys_settrace/py