This file is indexed.

/usr/lib/python2.7/dist-packages/pypy/sandbox/marshal.py is in python-pypy.sandbox 2.4.0+dfsg-3.

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 *