This file is indexed.

/usr/lib/python2.7/dist-packages/cysignals/debug.h is in python-cysignals-pari 1.3.2+ds-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
 6
 7
 8
 9
10
11
/* src/cysignals/debug.h.  Generated from debug.h.in by configure.  */
/*
 * Should cysignals be compiled with support for verbose debugging
 * output? The debug level itself needs to be set using the C function
 * _set_debug_level() or the Python function set_debug_level().
 * Enabling this will make the code slower, even if the debug level is
 * set to 0.
 */
#ifndef ENABLE_DEBUG_CYSIGNALS
/* #undef ENABLE_DEBUG_CYSIGNALS */
#endif