This file is indexed.

/usr/share/pyshared/pypy/sandbox/marshal.py is in python-pypy.sandbox 2.2.1+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
# Note that PyPy contains also a built-in module 'marshal' which will
# hide this one if compiled in.

from _marshal import __doc__
from _marshal import *