This file is indexed.

/usr/share/shedskin/lib/select.py is in shedskin 0.9.4-1.

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

The actual contents of the file can be viewed below.

1
2
3
# Copyright 2005-2011 Mark Dufour and contributors; License Expat (See LICENSE)
def select(rFDs, wFDs, xFDs, timeout=-1.0):
    return ([1],)