/usr/include/python2.7/MMTK/arrayobject.h is in python-mmtk 2.7.9-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 | #if defined(NUMPY)
#include "numpy/oldnumeric.h"
#else
#include "Numeric/arrayobject.h"
#endif
|