pypy/interpreter/test/test_reverse_debugging.py
../_pytest/python.py:611: in _importtestmodule
mod = self.fspath.pyimport(ensuresyspath=importmode)
../py/_path/local.py:650: in pyimport
__import__(modname)
interpreter/test/test_reverse_debugging.py:2: in <module>
from pypy.interpreter.reverse_debugging import *
interpreter/reverse_debugging.py:9: in <module>
from pypy.module.marshal import interp_marshal
module/marshal/interp_marshal.py:5: in <module>
from pypy.objspace.std.marshal_impl import marshal, _unmarshallers_unroll, FLAG_REF
objspace/std/marshal_impl.py:23: in <module>
from pypy.objspace.std.typeobject import W_TypeObject
E File "/build_dir/own-linux-x86-64/build/pypy/objspace/std/typeobject.py", line 1385
E SyntaxError: Non-ASCII character '\xe2' in file /build_dir/own-linux-x86-64/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-64 build #10804
test: pypy/interpreter/test/test_reverse_debugging/py