This file is indexed.

/usr/lib/pypy/include/pythread.h is in pypy-dev 1.8+dfsg-2.

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
6
7
8
#ifndef Py_PYTHREAD_H
#define Py_PYTHREAD_H

typedef void *PyThread_type_lock;
#define WAIT_LOCK	1
#define NOWAIT_LOCK	0

#endif